squiggle/__tests__/math__test.js

5 lines
79 B
JavaScript
Raw Normal View History

const foo = require('./mathtest')
test('sdf', () => {
expect(1).toBe(2)
})