Skip to content

Commit

Permalink
Replace Mocha with QUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Feb 11, 2022
1 parent d30bba5 commit 998e31e
Show file tree
Hide file tree
Showing 6 changed files with 2,340 additions and 372 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
},
"devDependencies": {
"@ember/optional-features": "2.0.0",
"@ember/test-helpers": "^2.6.0",
"@glimmer/syntax": "0.62.5",
"@glimmer/syntax-0.35.11": "npm:@glimmer/syntax@0.35.11",
"@glimmer/syntax-0.37.1": "npm:@glimmer/syntax@0.37.1",
Expand All @@ -45,15 +46,16 @@
"ember-disable-prototype-extensions": "1.1.3",
"ember-load-initializers": "2.1.2",
"ember-maybe-import-regenerator": "1.0.0",
"ember-mocha": "0.16.2",
"ember-qunit": "^5.1.5",
"ember-resolver": "8.0.3",
"ember-source": "3.28.8",
"ember-try": "2.0.0",
"eslint": "7.32.0",
"eslint-config-simplabs": "0.4.0",
"jest": "27.5.1",
"lerna-changelog": "1.0.1",
"loader.js": "4.7.0"
"loader.js": "4.7.0",
"qunit": "^2.17.2"
},
"engines": {
"node": "10.* || >= 12.*"
Expand Down
Loading

0 comments on commit 998e31e

Please sign in to comment.