Skip to content

Commit

Permalink
test CI failure for core packages
Browse files Browse the repository at this point in the history
  • Loading branch information
tzachbon committed Mar 17, 2022
1 parent f0dbaa1 commit 3820250
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/core/test/features/st-var.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ import postcssValueParser from 'postcss-value-parser';

describe(`features/st-var`, () => {
it(`should process :vars definitions`, () => {
// TESTING FAILURE
expect(1).to.eql(2);

const { sheets } = testStylableCore(`
/* @transform-remove */
:vars {
Expand Down

0 comments on commit 3820250

Please sign in to comment.