Skip to content

Commit

Permalink
Chore: fix trivial
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticatea committed Jan 17, 2017
1 parent 6beda60 commit 779720c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/sequential.js
Expand Up @@ -13,6 +13,7 @@ const assert = require("power-assert")
const nodeApi = require("../lib")
const spawnWithKill = require("./lib/spawn-with-kill")
const util = require("./lib/util")
const delay = util.delay
const result = util.result
const removeResult = util.removeResult
const runAll = util.runAll
Expand All @@ -26,7 +27,7 @@ describe("[sequencial] npm-run-all", () => {
before(() => process.chdir("test-workspace"))
after(() => process.chdir(".."))

beforeEach(removeResult)
beforeEach(() => delay(1000).then(removeResult))

describe("should run tasks sequentially:", () => {
it("Node API", () =>
Expand Down

0 comments on commit 779720c

Please sign in to comment.