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