Skip to content

Commit 4293d74

Browse files
authored
Fixed test command (#99)
Co-authored-by: Isaac Lee <ijlee2@users.noreply.github.com>
1 parent 7a4c0c0 commit 4293d74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"lint:js": "eslint . --cache",
2525
"lint:js:fix": "eslint . --fix",
2626
"start": "ember serve",
27-
"test": "percy exec -- ember test"
27+
"test": "ember test"
2828
},
2929
"devDependencies": {
3030
"@ember/optional-features": "^2.0.0",

0 commit comments

Comments
 (0)