|
12 | 12 | "default": "./src/*.ts" |
13 | 13 | }, |
14 | 14 | "./testing/fixtures": { |
15 | | - "bun": "./src/testing/fixtures/index.ts", |
16 | | - "import": "./src/testing/fixtures/index.ts", |
17 | | - "types": "./src/testing/fixtures/index.ts", |
18 | | - "default": "./src/testing/fixtures/index.ts" |
| 15 | + "bun": "./testing/fixtures/index.ts", |
| 16 | + "import": "./testing/fixtures/index.ts", |
| 17 | + "types": "./testing/fixtures/index.ts", |
| 18 | + "default": "./testing/fixtures/index.ts" |
| 19 | + }, |
| 20 | + "./testing/fixtures/*": { |
| 21 | + "bun": "./testing/fixtures/*.ts", |
| 22 | + "import": "./testing/fixtures/*.ts", |
| 23 | + "types": "./testing/fixtures/*.ts", |
| 24 | + "default": "./testing/fixtures/*.ts" |
| 25 | + }, |
| 26 | + "./testing/env-process": { |
| 27 | + "bun": "./testing/env-process.ts", |
| 28 | + "import": "./testing/env-process.ts", |
| 29 | + "types": "./testing/env-process.ts", |
| 30 | + "default": "./testing/env-process.ts" |
| 31 | + }, |
| 32 | + "./testing/env-ci": { |
| 33 | + "bun": "./testing/env-ci.ts", |
| 34 | + "import": "./testing/env-ci.ts", |
| 35 | + "types": "./testing/env-ci.ts", |
| 36 | + "default": "./testing/env-ci.ts" |
| 37 | + }, |
| 38 | + "./testing/mock-modules": { |
| 39 | + "bun": "./testing/mock-modules.ts", |
| 40 | + "import": "./testing/mock-modules.ts", |
| 41 | + "types": "./testing/mock-modules.ts", |
| 42 | + "default": "./testing/mock-modules.ts" |
| 43 | + }, |
| 44 | + "./testing/impl/*": { |
| 45 | + "bun": "./testing/impl/*.ts", |
| 46 | + "import": "./testing/impl/*.ts", |
| 47 | + "types": "./testing/impl/*.ts", |
| 48 | + "default": "./testing/impl/*.ts" |
19 | 49 | } |
20 | 50 | }, |
21 | 51 | "scripts": { |
|
0 commit comments