Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Commit

Permalink
Fix brutal replace
Browse files Browse the repository at this point in the history
  • Loading branch information
thangngoc89 authored and MoOx committed Apr 5, 2016
1 parent 33b5fe7 commit 7eac5a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ test.cb("should NOT throw if a CLI flag is recognized", (t) => {
)

// ...or be ok quickly
// (so we assume it"s ok and kill the process, we don"t need the actual build)
// (so we assume it's ok and kill the process, we don't need the actual build)
const timeout = setTimeout(() => {
child.kill()
t.pass()
Expand Down

0 comments on commit 7eac5a8

Please sign in to comment.