8000 feat (tests): update the jest related packages to the latest version · designemail/nativescript-vue@892654a · GitHub
[go: up one dir, main page]

Skip to content

Commit 892654a

Browse files
committed
feat (tests): update the jest related packages to the latest version
1 parent 96c155e commit 892654a

File tree

3 files changed

+3099
-482
lines changed

3 files changed

+3099
-482
lines changed

jest.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ const { readFileSync } = require("fs")
22
const babelConfig = JSON.parse(readFileSync("./.babelrc", "utf8"))
33

44
require("@babel/register")(babelConfig)
5-
require("@babel/polyfill")
65

76
const { join } = require("path")
87
const ROOT = process.cwd()

0 commit comments

Comments
 (0)
0