Skip to content

Commit

Permalink
Migrate TextElement tests from Karma to Node (#7217)
Browse files Browse the repository at this point in the history
* Migrate TextElement tests from Karma to Node

* Reenable all tests

* Lint fixes

* Lint fixes

* Restore deleted comments
  • Loading branch information
willeastcott authored Dec 19, 2024
1 parent 3340500 commit 21909d7
Show file tree
Hide file tree
Showing 6 changed files with 407 additions and 411 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
"lint": "eslint scripts src test utils build.mjs eslint.config.mjs rollup.config.mjs",
"publint": "publint --level error",
"serve": "serve build -l 51000 --cors",
"test": "mocha --recursive --require test/fixtures.mjs",
"test": "mocha --recursive --require test/fixtures.mjs --timeout 5000",
"test:coverage": "c8 npm test",
"test:karma": "karma start tests/karma.conf.cjs -- --single-run",
"test:types": "tsc --pretty false build/playcanvas.d.ts"
Expand Down
Loading

0 comments on commit 21909d7

Please sign in to comment.