Skip to content

Commit

Permalink
fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiankaegy committed Apr 29, 2024
1 parent 52e5b67 commit 054ae44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/toolkit/__tests__/build-project-global-css/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ describe('build a project', () => {
).toBeTruthy();

const compiledCSS = fs.readFileSync(frontendCss).toString();
expect(compiledCSS).toMatch('@media (--bp-small)');

// TODO: ensure mixins are processed correctly
// expect the compiled CSS to contain "min-width: 30em"
expect(compiledCSS).toMatch('min-width: 30em');
});
});

0 comments on commit 054ae44

Please sign in to comment.