mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-03 23:12:20 +02:00
more test support
This commit is contained in:
parent
4fe69a29e9
commit
46fc3f513b
@ -39,10 +39,5 @@
|
|||||||
"imports": {
|
"imports": {
|
||||||
"#app": "./src/main.js",
|
"#app": "./src/main.js",
|
||||||
"#app/*": "./src/*"
|
"#app/*": "./src/*"
|
||||||
},
|
|
||||||
"jest": {
|
|
||||||
"setupFiles": [
|
|
||||||
"jest-canvas-mock"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
import "vitest-canvas-mock";
|
import "vitest-canvas-mock";
|
||||||
import "#app/test/game";
|
import "#app/test/phaser.setup";
|
||||||
|
Loading…
Reference in New Issue
Block a user