mirror of
https://github.com/Drop-OSS/droplet.git
synced 2025-11-10 04:22:16 +10:00
chore: migrate to github actions
This commit is contained in:
7
__test__/index.spec.mjs
Normal file
7
__test__/index.spec.mjs
Normal file
@ -0,0 +1,7 @@
|
||||
import test from 'ava'
|
||||
|
||||
import { sum } from '../index.js'
|
||||
|
||||
test('sum from native', (t) => {
|
||||
t.is(sum(1, 2), 3)
|
||||
})
|
||||
Reference in New Issue
Block a user