add jest and babel for testing
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { describe, expect, test } from '@jest/globals'
|
||||
|
||||
describe('integer module', () => {
|
||||
test('3', () => {
|
||||
expect(3).toBe(3)
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user