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