Initial commit: Inventory Barcode System
This commit is contained in:
5
__tests__/simple.test.js
Normal file
5
__tests__/simple.test.js
Normal file
@ -0,0 +1,5 @@
|
||||
describe('Simple Test', () => {
|
||||
test('should work', () => {
|
||||
expect(1 + 1).toBe(2);
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user