We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7eb7cee commit d7b9043Copy full SHA for d7b9043
2 files changed
deno.json
@@ -21,17 +21,13 @@
21
"tasks": {
22
"test": "deno test --allow-read --allow-env --allow-run --allow-net"
23
},
24
- "test": {
25
- "include": [
26
- "./testing/**/*.test.ts"
27
- ]
28
- },
29
"include": [
30
"LICENSE",
31
"README.md",
32
"deno.json"
33
],
34
"exclude": [
35
- "./examples/*"
+ "./examples/*",
+ "./testing/*"
36
]
37
}
platforms/deno/deno.json
@@ -11,5 +11,8 @@
11
"@std/media-types": "jsr:@std/media-types@^1.1.0",
12
"@std/path": "jsr:@std/path@^1.1.4",
13
"esbuild": "npm:esbuild@^0.27.3"
14
- }
+ },
15
+ "ignore": [
16
17
+ ]
18
0 commit comments