Skip to content

Commit 90da330

Browse files
committed
Rename testem.js -> testem.cjs
1 parent 78465e2 commit 90da330

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"lint:js:fix": "eslint . --fix",<% if (typescript) { %>
2626
"lint:types": "glint",<% } %>
2727
"start": "vite dev",
28-
"test": "vite build --mode=development && testem --file testem.js ci",
28+
"test": "vite build --mode=development && testem --file testem.cjs ci",
2929
"prepack": "rollup --config"
3030
},
3131
"dependencies": {
File renamed without changes.

0 commit comments

Comments
 (0)