Skip to content

Commit 2d108a9

Browse files
Renamed the TypeScript test file
1 parent a7eef3f commit 2d108a9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"test": "npm run test:node && npm run test:browser && npm run test:typescript && npm run lint",
4848
"test:node": "mocha",
4949
"test:browser": "npm run build && karma start --single-run",
50-
"test:typescript": "tsc --noEmit --strict --lib esnext test/specs/typescript-definition.ts",
50+
"test:typescript": "tsc --noEmit --strict --lib esnext test/specs/typescript-definition.spec.ts",
5151
"coverage": "npm run coverage:node && npm run coverage:browser",
5252
"coverage:node": "nyc --reporter=text --reporter=lcov --report-dir coverage/node mocha",
5353
"coverage:browser": "npm run build -- --coverage && npm run test:browser -- --coverage",
@@ -90,4 +90,4 @@
9090
"js-yaml": "^3.12.0",
9191
"ono": "^4.0.10"
9292
}
93-
}
93+
}

0 commit comments

Comments
 (0)