summaryrefslogtreecommitdiffstats
path: root/test_spec.js
diff options
context:
space:
mode:
Diffstat (limited to 'test_spec.js')
-rw-r--r--test_spec.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/test_spec.js b/test_spec.js
deleted file mode 100644
index b7ac4cf5..00000000
--- a/test_spec.js
+++ /dev/null
@@ -1,5 +0,0 @@
-describe("A suite", function() {
- it("contains spec with an expectation", function() {
- expect(true).toBe(true);
- });
-});