Skip to content

Commit 4b7d236

Browse files
committed
Meta tweaks
1 parent 60ea5d5 commit 4b7d236

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ charset = utf-8
77
trim_trailing_whitespace = true
88
insert_final_newline = true
99

10-
[{package.json,*.yml}]
10+
[*.yml]
1111
indent_style = space
1212
indent_size = 2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
],
3434
"devDependencies": {
3535
"ava": "*",
36-
"clear-require": "^2.0.0",
36+
"clear-module": "^2.1.0",
3737
"proxyquire": "^1.7.11",
3838
"xo": "*"
3939
}

test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import test from 'ava';
22
import proxyquire from 'proxyquire';
3-
import clearRequire from 'clear-require';
3+
import clearModule from 'clear-module';
44

55
test.beforeEach(() => {
6-
clearRequire('.');
6+
clearModule('.');
77
});
88

99
test('inside WSL', t => {

0 commit comments

Comments
 (0)