Skip to content

Commit 8f7e72e

Browse files
committed
make sure it picks up the test
1 parent b8c6d94 commit 8f7e72e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
".esm-wrapper.mjs"
3535
],
3636
"scripts": {
37-
"test": "nyc mocha --timeout 5000 --colors -r ts-node/register test/*.ts test/**/*.ts src/**/*.test.ts",
37+
"test": "nyc mocha --timeout 5000 --colors -r ts-node/register test/*.ts test/**/*.ts src/*.test.ts src/**/*.test.ts",
3838
"test-example-parse-from-file": "ts-node examples/parse-from-file.ts",
3939
"test-example-parse-schema": "ts-node examples/parse-schema.ts",
4040
"test-time": "ts-node ./test/time-testing.ts",

src/to-typescript.spec.ts renamed to src/to-typescript.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { analyzeDocuments, StandardJSONSchema, toTypescriptTypeDefinition } from '.';
1+
import { analyzeDocuments, StandardJSONSchema, toTypescriptTypeDefinition } from './index';
22

33
import assert from 'assert/strict';
44

0 commit comments

Comments
 (0)