UNPKG
@front-utils/mock-json-api
Version:
latest (0.1.0)
0.1.0
0.0.1
Bun mock server with Elysia and Lowdb
github.com/front-util/mock-server
front-util/mock-server
@front-utils/mock-json-api
/
__tests__
/
test.test.ts
7 lines
(6 loc)
•
146 B
text/typescript
View Raw
1
2
3
4
5
6
7
import
{describe, it, expect}
from
'bun:test'
;
describe
(
'[utils/test]'
,
() =>
{
it
(
'test'
,
() =>
{
expect
(
2
+
2
).
toBe
(
4
); }); });