Comparing version 0.2.87 to 0.2.88
module.exports = { | ||
preset: 'ts-jest', | ||
testEnvironment: 'node', // "jsdom", | ||
preset: "ts-jest", | ||
testEnvironment: "node", // "jsdom", | ||
testMatch: [ "**/**/*.test.(js|ts|tsx)" ], | ||
// moduleFileExtensions: ["js", "ts", "jsx", "tsx", "json", "node"], | ||
verbose: true, | ||
transform: { | ||
'^.+\\.js$': 'babel-jest', | ||
'^.+\\.(ts|tsx)$': 'ts-jest' | ||
"^.+\\.js$": "babel-jest", | ||
"^.+\\.(ts|tsx)$": "ts-jest" | ||
}, | ||
transformIgnorePatterns: [ 'node_modules/?!(@-0)' ], | ||
watchPathIgnorePatterns: [ '^.+\\.repl.(ts|js)$' ] | ||
transformIgnorePatterns: [ "node_modules/?!(@-0)" ], | ||
watchPathIgnorePatterns: [ "^.+\\.repl.(ts|js)$" ] | ||
} |
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "0.2.87", | ||
"version": "0.2.88", | ||
"description": "DOM target provided by http://thi.ng/hdom", | ||
@@ -45,6 +45,6 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@-0/keys": "^0.2.84", | ||
"@-0/utils": "^0.2.81", | ||
"@-0/spool": "^0.2.91", | ||
"@-0/browser": "^0.2.89" | ||
"@-0/keys": "^0.2.85", | ||
"@-0/utils": "^0.2.82", | ||
"@-0/spool": "^0.2.92", | ||
"@-0/browser": "^0.2.90" | ||
}, | ||
@@ -68,3 +68,3 @@ "devDependencies": { | ||
"cross-env": "^7.0.3", | ||
"eslint": "^7.18.0", | ||
"eslint": "^7.19.0", | ||
"gh-pages": "^3.1.0", | ||
@@ -71,0 +71,0 @@ "jest": "^26.6.3", |
29298
121
Updated@-0/browser@^0.2.90
Updated@-0/keys@^0.2.85
Updated@-0/spool@^0.2.92
Updated@-0/utils@^0.2.82