Skip to content

Commit ff33f03

Browse files
authored
Merge pull request #822 from github/dependabot/npm_and_yarn/ava/typescript-3.0.1
Upgrade AVA to v4
2 parents 942b34d + 6a6a320 commit ff33f03

File tree

1,161 files changed

+27334
-95358
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,161 files changed

+27334
-95358
lines changed

Diff for: .eslintrc.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"plugin:@typescript-eslint/recommended",
1111
"plugin:@typescript-eslint/recommended-requiring-type-checking",
1212
"plugin:github/recommended",
13-
"plugin:github/typescript"
13+
"plugin:github/typescript",
14+
"plugin:import/typescript"
1415
],
1516
"rules": {
1617
"filenames/match-regex": ["error", "^[a-z0-9-]+(\\.test)?$"],

Diff for: .gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
/runner/dist/
22
/runner/node_modules/
3+
# Ignore for example failing-tests.json from AVA
4+
node_modules/.cache

Diff for: lib/config-utils.test.js

+58-55
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: lib/config-utils.test.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: lib/feature-flags.test.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)