Skip to content

Commit

Permalink
revert 76e295e
Browse files Browse the repository at this point in the history
  • Loading branch information
niieani committed Apr 19, 2018
1 parent 0735667 commit 3bd6e0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/configCases/plugins/profiling-plugin/index.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
import "./test.json";

it("should generate a events.json file", (done) => {
it("should generate a events.json file", () => {
var fs = require("fs"),
path = require("path"),
os = require("os");

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

it("should have proper setup record inside of the json stream", (done) => {
it("should have proper setup record inside of the json stream", () => {
var fs = require("fs"),
path = require("path"),
os = require("os");
Expand Down

0 comments on commit 3bd6e0c

Please sign in to comment.