fix(tests): Migrate tests to Deno native runner and update Deno config
This commit is contained in:
@@ -250,10 +250,17 @@ deno task dev --help
|
||||
|
||||
### Testing
|
||||
|
||||
Tests will be migrated to Deno's native test framework:
|
||||
SZCI uses Deno's native test framework:
|
||||
|
||||
```sh
|
||||
# Run all tests
|
||||
deno task test
|
||||
|
||||
# Run tests in watch mode
|
||||
deno task test:watch
|
||||
|
||||
# Run specific test file
|
||||
deno test --allow-all test/test.cloudly.ts
|
||||
```
|
||||
|
||||
## 📦 Binary Sizes
|
||||
|
||||
Reference in New Issue
Block a user