From 642f5612d3e64453ce679469d18a8d73b50d8aac Mon Sep 17 00:00:00 2001 From: Blaine Bublitz Date: Sun, 22 Oct 2017 21:33:28 -0700 Subject: [PATCH] Weird github behavior --- test/integration.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration.js b/test/integration.js index f468b962..bad61f62 100644 --- a/test/integration.js +++ b/test/integration.js @@ -83,7 +83,7 @@ describe('integrations', function() { vfs.dest(outputDirpath), concat(assert), ], done); - }); + });// How does github determine this? it('(windows) sources a directory, creates a junction and copies it', function(done) { if (!isWindows) {