init repo from library-template
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
import {test} from 'bun:test'
|
||||
|
||||
test('Basic test', () => 'Hello, world!')
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
import {test} from 'bun:test'
|
||||
|
||||
test('Basic test', () => 'Hello, world!')
|
||||