Skip to content

Commit

Permalink
Use PixiJS 7.2.4 for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsmalm committed Aug 26, 2023
1 parent d86b5bb commit c00a71f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@
"docs": "typedoc",
"preversion": "npm run build",
"version": "npm run docs && git add . && git reset -- docs/CNAME",
"test": "PIXI_VERSION=7.2.0 mocha test/puppeteer-test-context.mjs --timeout 10000 --slow 5000",
"test": "PIXI_VERSION=7.2.4 mocha test/puppeteer-test-context.mjs --timeout 10000 --slow 5000",
"test:pixi5": "PIXI_VERSION=5.3.0 mocha test/puppeteer-test-context.mjs --timeout 10000 --slow 5000",
"test:pixi6": "PIXI_VERSION=6.5.8 mocha test/puppeteer-test-context.mjs --timeout 10000 --slow 5000",
"test:pixi7": "PIXI_VERSION=7.2.0 mocha test/puppeteer-test-context.mjs --timeout 10000 --slow 5000",
"test:pixi7": "PIXI_VERSION=7.2.4 mocha test/puppeteer-test-context.mjs --timeout 10000 --slow 5000",
"test:browser": "rollup --watch --config rollup.test.js",
"types": "rimraf types && tsc --emitDeclarationOnly",
"check-types": "tsc --noEmit"
Expand Down
2 changes: 1 addition & 1 deletion test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<!-- <script src="https://pixijs.download/v6.5.5/pixi.js"></script> -->
<!-- <script src="https://pixijs.download/v7.0.3/pixi.js"></script> -->
<!-- <script src="https://pixijs.download/v7.1.0/pixi.js"></script> -->
<script src="https://pixijs.download/v7.2.0/pixi.js"></script>
<script src="https://pixijs.download/v7.2.4/pixi.js"></script>

<script src="mocha.js"></script>

Expand Down

0 comments on commit c00a71f

Please sign in to comment.