diff --git a/test/standard_test.js b/test/standard_test.js deleted file mode 100644 index 59408e8..0000000 --- a/test/standard_test.js +++ /dev/null @@ -1,18 +0,0 @@ -var standard = require('mocha-standard') - -describe('coding style', function () { - it('lib conforms to standard', standard.files([ - '*.js', - 'lib/**/*.js' - ])) - - it('tests conform to standard', standard.files([ - 'test/**/*.js' - ], { - global: [ - 'describe', 'it', 'xdescribe', 'xit', - 'before', 'beforeEach', 'after', 'afterEach', - 'expect' - ] - })) -})