mirror of
https://github.com/game-ci/unity-test-runner.git
synced 2026-02-06 21:29:12 +08:00
Update windows images and add docker parameters (#244)
* Update windows images and add docker parameters * Run yarn-audit-fix
This commit is contained in:
9
src/jest.setup.ts
Normal file
9
src/jest.setup.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import failOnConsole from 'jest-fail-on-console';
|
||||
|
||||
// Fail when console logs something inside a test - use spyOn instead
|
||||
failOnConsole({
|
||||
shouldFailOnWarn: true,
|
||||
shouldFailOnError: true,
|
||||
shouldFailOnLog: true,
|
||||
shouldFailOnAssert: true,
|
||||
});
|
||||
Reference in New Issue
Block a user