mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-02 08:06:00 +00:00
12 lines
209 B
TypeScript
12 lines
209 B
TypeScript
import { expect, test, mock, describe, beforeEach, afterEach, afterAll } from "bun:test";
|
|
|
|
export const bunTestRunner = {
|
|
describe,
|
|
expect,
|
|
test,
|
|
mock,
|
|
beforeEach,
|
|
afterEach,
|
|
afterAll,
|
|
};
|