Skip to content

Commit

Permalink
fix: use jasmine test runner (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
lem-onade committed Jan 4, 2022
1 parent e43e723 commit 0844582
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/jest-config/jest-preset.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ module.exports = merge.recursive(true, jsWithTs, {
'^.+\\.ts?$': 'ts-jest'
},
// verbose: true,
});
testRunner: "jest-jasmine2",
});

0 comments on commit 0844582

Please sign in to comment.