From 6820e7850e41e2707a8606095fed569c4749ec17 Mon Sep 17 00:00:00 2001 From: Bruno Chabrier Date: Sun, 5 Jun 2016 14:41:17 +0200 Subject: [PATCH] Added source and destination test files --- test/fixtures/nospawn/lib/destination.js | 1 + test/fixtures/nospawn/lib/source.js | 1 + 2 files changed, 2 insertions(+) create mode 100644 test/fixtures/nospawn/lib/destination.js create mode 100644 test/fixtures/nospawn/lib/source.js diff --git a/test/fixtures/nospawn/lib/destination.js b/test/fixtures/nospawn/lib/destination.js new file mode 100644 index 0000000..b0230c0 --- /dev/null +++ b/test/fixtures/nospawn/lib/destination.js @@ -0,0 +1 @@ +var cascading = true; \ No newline at end of file diff --git a/test/fixtures/nospawn/lib/source.js b/test/fixtures/nospawn/lib/source.js new file mode 100644 index 0000000..b0230c0 --- /dev/null +++ b/test/fixtures/nospawn/lib/source.js @@ -0,0 +1 @@ +var cascading = true; \ No newline at end of file