Add createDirIfNotExists snippet
This commit is contained in:
6
test/createDirIfNotExists.js
Normal file
6
test/createDirIfNotExists.js
Normal file
@ -0,0 +1,6 @@
|
||||
const expect = require('expect');
|
||||
const {createDirIfNotExists} = require('./_30s.js');
|
||||
|
||||
test('createDirIfNotExists is a Function', () => {
|
||||
expect(createDirIfNotExists).toBeInstanceOf(Function);
|
||||
});
|
||||
Reference in New Issue
Block a user