Skip to content

Commit

Permalink
Remove dist tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexagon committed Oct 9, 2024
1 parent e828b90 commit 3aea69a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 169 deletions.
6 changes: 3 additions & 3 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
},
"imports": {
"@cross/fs": "jsr:@cross/fs@~0.1.11",
"@cross/test": "jsr:@cross/test@~0.0.9",
"@cross/utils": "jsr:@cross/utils@~0.16.0",
"@std/assert": "jsr:@std/assert@~1.0.6",
"@std/path": "jsr:@std/path@~1.0.6",
"esbuild": "npm:esbuild@~0.24.0",
"esbuild-plugin-d.ts": "npm:esbuild-plugin-d.ts@~1.3.0"
"esbuild-plugin-d.ts": "npm:esbuild-plugin-d.ts@~1.3.0",
"@std/assert": "jsr:@std/assert@~1.0.6",
"@cross/test": "jsr:@cross/test@~0.0.9",
},
"publish": {
"exclude": ["build", "dist", "docs", "test", "package.json", ".github"]
Expand Down
166 changes: 0 additions & 166 deletions test/croner.dist.test.js

This file was deleted.

0 comments on commit 3aea69a

Please sign in to comment.