diff --git a/bun.lockb b/bun.lockb index a60d467..93cef9e 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 306a1c6..4a54e0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cypress-codegen", - "packageManager": "bun@1.1.17", + "packageManager": "bun@1.1.21", "type": "commonjs", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/test/generate-contents-with-interface.ts b/test/generate-contents-with-interface.test.ts similarity index 100% rename from test/generate-contents-with-interface.ts rename to test/generate-contents-with-interface.test.ts