Test cleanup and fixes [q-r]
This commit is contained in:
@ -1,8 +1,6 @@
|
||||
const expect = require('expect');
|
||||
const recordAnimationFrames = require('./recordAnimationFrames.js');
|
||||
|
||||
|
||||
test('recordAnimationFrames is a Function', () => {
|
||||
test('recordAnimationFrames is a Function', () => {
|
||||
expect(recordAnimationFrames).toBeInstanceOf(Function);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user