We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0735667 commit 3bd6e0cCopy full SHA for 3bd6e0c
test/configCases/plugins/profiling-plugin/index.js
@@ -1,14 +1,14 @@
1
import "./test.json";
2
3
-it("should generate a events.json file", (done) => {
+it("should generate a events.json file", () => {
4
var fs = require("fs"),
5
path = require("path"),
6
os = require("os");
7
8
expect(fs.existsSync(path.join(__dirname, "events.json"))).toBe(true);
9
});
10
11
-it("should have proper setup record inside of the json stream", (done) => {
+it("should have proper setup record inside of the json stream", () => {
12
13
14
0 commit comments