fix test, adjust node adapter, bump version to 0.1

This commit is contained in:
dswbx
2024-11-28 10:11:04 +01:00
parent 550c86a4e0
commit 33a820aa11
4 changed files with 9 additions and 5 deletions

View File

@@ -15,8 +15,8 @@ const { dummyConnection, afterAllCleanup } = getDummyConnection();
* Node writefile
* data: string | NodeJS.ArrayBufferView | Iterable<string | NodeJS.ArrayBufferView> | AsyncIterable<string | NodeJS.ArrayBufferView> | Stream,
*/
describe("MediaController", () => {
const ALL_TESTS = !!process.env.ALL_TESTS;
describe.skipIf(ALL_TESTS)("MediaController", () => {
test("..", async () => {
const ctx: any = {
em: new EntityManager([], dummyConnection, []),

View File

@@ -3,7 +3,7 @@
"type": "module",
"sideEffects": false,
"bin": "./dist/cli/index.js",
"version": "0.0.14",
"version": "0.1.0",
"scripts": {
"build:all": "bun run build && bun run build:cli",
"dev": "vite",