Skip to content

Commit 3bd6e0c

Browse files
committed
revert 76e295e
1 parent 0735667 commit 3bd6e0c

File tree

1 file changed

+2
-2
lines changed
  • test/configCases/plugins/profiling-plugin

1 file changed

+2
-2
lines changed

test/configCases/plugins/profiling-plugin/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
import "./test.json";
22

3-
it("should generate a events.json file", (done) => {
3+
it("should generate a events.json file", () => {
44
var fs = require("fs"),
55
path = require("path"),
66
os = require("os");
77

88
expect(fs.existsSync(path.join(__dirname, "events.json"))).toBe(true);
99
});
1010

11-
it("should have proper setup record inside of the json stream", (done) => {
11+
it("should have proper setup record inside of the json stream", () => {
1212
var fs = require("fs"),
1313
path = require("path"),
1414
os = require("os");

0 commit comments

Comments
 (0)