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