Allow builds for all targets
This commit is contained in:
9
src/model/input.test.js
Normal file
9
src/model/input.test.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import Input from './input';
|
||||
|
||||
describe('Input', () => {
|
||||
describe('getFromUser', () => {
|
||||
it('does not throw', () => {
|
||||
expect(() => Input.getFromUser()).not.toThrow();
|
||||
});
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user