Merge remote-tracking branch 'origin/main' into feat/astro-adapter

This commit is contained in:
dswbx
2024-11-28 10:12:37 +01:00
6 changed files with 11 additions and 15 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.13",
"version": "0.1.0",
"scripts": {
"build:all": "bun run build && bun run build:cli",
"dev": "vite",