From 7eac5a84922f1e5ca0047e44d4e66d1788270917 Mon Sep 17 00:00:00 2001 From: Khoa Nguyen Date: Tue, 22 Mar 2016 14:37:52 +0700 Subject: [PATCH] Fix brutal replace --- __tests__/cli.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/cli.js b/__tests__/cli.js index 5a98e6b5e..419c073bc 100644 --- a/__tests__/cli.js +++ b/__tests__/cli.js @@ -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()