Project boilerplate from eunikitin/modern-package-boilerplate
This commit is contained in:
6
web3.js/test/examples/flow.test.js
Normal file
6
web3.js/test/examples/flow.test.js
Normal file
@@ -0,0 +1,6 @@
|
||||
import flow from '../../src/examples/flow';
|
||||
|
||||
|
||||
test('1 + 2 = 3', () => {
|
||||
expect(flow(1, 2)).toBe(3);
|
||||
});
|
Reference in New Issue
Block a user