Skip to content

Commit 3506c42

Browse files
authored
Merge pull request #88 from ember-cli/fix-testem
[bugfix beta] fix the use of ember test in the new blueprint
2 parents 7807cb7 + 67dc6c8 commit 3506c42

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"lint:js:fix": "eslint . --fix<% if (typescript) { %>",
2525
"lint:types": "glint<% } %>",
2626
"start": "vite",
27-
"test": "vite build --mode development && testem ci"
27+
"test": "vite build --mode development && ember test --path dist"
2828
},
2929
"exports": {
3030
"./tests/*": "./tests/*",

files/testem.cjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
if (typeof module !== 'undefined') {
44
module.exports = {
55
test_page: 'tests/index.html?hidepassed',
6-
cwd: 'dist',
76
disable_watching: true,
87
launch_in_ci: ['Chrome'],
98
launch_in_dev: ['Chrome'],

0 commit comments

Comments
 (0)