Skip to content

Commit

Permalink
Fix LoaderResource tests (pixijs#8518)
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-Marcou committed Jul 21, 2022
1 parent 6fc416e commit 1db04bb
Show file tree
Hide file tree
Showing 7 changed files with 936 additions and 693 deletions.
235 changes: 225 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"@rollup/plugin-typescript": "^6.0.0",
"@types/chai": "^4.3.1",
"@types/css-font-loading-module": "^0.0.7",
"@types/jest": "^26.0.0",
"@types/sinon": "^10.0.13",
"@webdoc/cli": "^1.5.5",
"copyfiles": "^2.1.0",
"cross-env": "^5.2.0",
Expand All @@ -81,6 +81,7 @@
"rollup-plugin-string": "^3.0.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript": "^1.0.1",
"sinon": "^14.0.0",
"ts-jest": "^26.0.0",
"ts-node": "^9.0.0",
"tsconfig-paths": "^3.10.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/test/AsyncQueue.tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ describe('async', () =>
};
});

it.skip('pause', (done: () => void) =>
it('pause', (done: () => void) =>
{
const callOrder: Array<string> = [];
const taskTimeout = 80;
Expand Down

0 comments on commit 1db04bb

Please sign in to comment.