From da31f4daed76a3457df12f94bbf2974621b70a0c Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Thu, 24 Mar 2016 17:51:46 -0700 Subject: Added basic es6 mocha test suite --- test/spec/test.js | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 test/spec/test.js (limited to 'test/spec/test.js') diff --git a/test/spec/test.js b/test/spec/test.js deleted file mode 100644 index 0fca0fb57..000000000 --- a/test/spec/test.js +++ /dev/null @@ -1,11 +0,0 @@ -(function () { - 'use strict'; - - describe('Give it some context', function () { - describe('maybe a bit more context here', function () { - it('should run here few assertions', function () { - - }); - }); - }); -})(); -- cgit v1.2.3