Skip to content

Commit 603f11c

Browse files
committed
fix eslint problems
1 parent 64bed0a commit 603f11c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test/Compiler-caching.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* globals describe, it, before, after */
1+
/* globals describe, it */
22
"use strict";
33

44
const path = require("path");

test/WatchDetection.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"use strict";
22

3-
/*globals describe it before after */
3+
/*globals describe it */
44
const path = require("path");
55
const fs = require("fs");
66
const MemoryFs = require("memory-fs");

test/WatcherEvents.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"use strict";
22

3-
/*globals describe it before after */
3+
/* globals describe it */
44
const path = require("path");
55
const MemoryFs = require("memory-fs");
66
const webpack = require("../");

0 commit comments

Comments
 (0)