Skip to content

Commit

Permalink
use .test.js name convention for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Algorush committed May 20, 2024
1 parent f50c2df commit 5f1fbf0
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"dev": "budo src/index.js:dist/aframe-street-component.js --port 7001 --live",
"dist": "webpack",
"prepublish": "npm run dist",
"test": "nyc --reporter=lcov --reporter=text mocha --recursive --full-trace test/*.node.js",
"test:watch": "mocha --recursive --full-trace --watch test/*.node.js",
"test": "nyc --reporter=lcov --reporter=text mocha --recursive --full-trace test/*.test.js",
"test:watch": "mocha --recursive --full-trace --watch test/*.test.js",
"lint": "semistandard -v | snazzy",
"lint:tested": "semistandard -v 'src/tested/**/*.js' 'test/**/*.js' | snazzy",
"lint:fix": "semistandard --fix",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 5f1fbf0

Please sign in to comment.