Skip to content

Commit 4ee258c

Browse files
committed
Rename test files from .js to .test.js
1 parent c85352a commit 4ee258c

13 files changed

Lines changed: 1 addition & 1 deletion

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Converts OpenAPI Schema Object to JSON Schema",
55
"main": "index.js",
66
"scripts": {
7-
"test": "./node_modules/.bin/tape test/**/*.js | ./node_modules/.bin/tap-spec"
7+
"test": "./node_modules/.bin/tape test/**/*.test.js | ./node_modules/.bin/tap-spec"
88
},
99
"repository": "github:mikunn/openapi-schema-to-json-schema",
1010
"author": "Mika Kunnas",
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)