Skip to content

Commit

Permalink
chore: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
snorrekim committed Sep 19, 2023
1 parent ec364e2 commit 6f3f3aa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jest.mock('ora', () => {

beforeAll(async () => {
global.ui = await runFactory({
glob: './src/style/themes/theme-ui/properties.scss',
glob: './src/style/themes/theme-ui/properties-js.scss',
returnResult: true,
})
global.sbanken = await runFactory({
glob: './src/style/themes/theme-sbanken/properties.scss',
glob: './src/style/themes/theme-sbanken/properties-js.scss',
returnResult: true,
})
})
Expand Down

0 comments on commit 6f3f3aa

Please sign in to comment.