Skip to content

Commit

Permalink
Simplified config
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-van committed Nov 3, 2021
1 parent c216644 commit 8a37409
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 18 deletions.
15 changes: 0 additions & 15 deletions babel.config.cjs

This file was deleted.

2 changes: 1 addition & 1 deletion jest-node.config.cjs → jest.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ module.exports = {
// timers: "real",

// A map from regular expressions to paths to transformers
transform: {},
// transform: {},

// An array of regexp pattern strings that are matched against all source file paths, matched files will
// skip transformation
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"scripts": {
"build": "rollup -c rollup.config.js",
"test": "npm run lint && npm run coverage",
"coverage": "npm run jest-node -- --coverage",
"coverage": "npm run jest -- --coverage",
"lint": "eslint -c .eslintrc.cjs \"src/**/*.mjs\"",
"jest-node": "NODE_OPTIONS=--experimental-vm-modules jest --config=./jest-node.config.cjs",
"jest": "NODE_OPTIONS=--experimental-vm-modules jest",
"docs": "jsdoc -c .jsdoc.json && node dev/docs-collect-version-numbers.cjs"
},
"repository": {
Expand Down

0 comments on commit 8a37409

Please sign in to comment.