mirror of
https://github.com/jprichardson/node-fs-extra.git
synced 2026-01-25 16:42:57 +00:00
test/ensure.test: remove semicolons
This commit is contained in:
parent
ef99803872
commit
e9a6e94b80
@ -8,11 +8,11 @@ var terst = require('terst')
|
||||
|
||||
describe('fs-extra', function() {
|
||||
beforeEach(function() {
|
||||
TEST_DIR = testutil.createTestDir('fs-extra');
|
||||
TEST_DIR = testutil.createTestDir('fs-extra')
|
||||
})
|
||||
|
||||
afterEach(function(done) {
|
||||
fs.remove(TEST_DIR, done);
|
||||
fs.remove(TEST_DIR, done)
|
||||
})
|
||||
|
||||
describe('+ ensureFile()', function() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user