We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7807cb7 + 67dc6c8 commit 3506c42Copy full SHA for 3506c42
files/package.json
@@ -24,7 +24,7 @@
24
"lint:js:fix": "eslint . --fix<% if (typescript) { %>",
25
"lint:types": "glint<% } %>",
26
"start": "vite",
27
- "test": "vite build --mode development && testem ci"
+ "test": "vite build --mode development && ember test --path dist"
28
},
29
"exports": {
30
"./tests/*": "./tests/*",
files/testem.cjs
@@ -3,7 +3,6 @@
3
if (typeof module !== 'undefined') {
4
module.exports = {
5
test_page: 'tests/index.html?hidepassed',
6
- cwd: 'dist',
7
disable_watching: true,
8
launch_in_ci: ['Chrome'],
9
launch_in_dev: ['Chrome'],
0 commit comments