Skip to content

Commit

Permalink
refactor(tests) Tests to fixtures - booleans
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshshanmugam committed Dec 16, 2017
1 parent 7f4dc3d commit 3bc29e1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 15 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
true;
false;
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
!0;
!1;
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
const runner = require("test-runner");
runner(__dirname);

0 comments on commit 3bc29e1

Please sign in to comment.