Open filips123 opened 6 years ago
You could now run tests using NPM or Yarn scripts in package.json. There is also support for other scripts in bin directory.
package.json
bin
npm test yarn test
You could now run tests using NPM or Yarn scripts in
package.json
. There is also support for other scripts inbin
directory.