@kaitranntt/ccs 7.75.0-dev.7 → 7.75.0-dev.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@ const path = require('node:path');
|
|
|
5
5
|
const { spawnSync } = require('node:child_process');
|
|
6
6
|
|
|
7
7
|
const rootDir = path.resolve(__dirname, '..');
|
|
8
|
-
const candidateRoots = ['tests/unit', 'tests/integration', 'tests/npm'];
|
|
8
|
+
const candidateRoots = ['tests/unit', 'tests/integration', 'tests/npm', 'src'];
|
|
9
9
|
// Add a `.ts` test to `slowTests` when ANY of these apply:
|
|
10
10
|
// 1. It spawns a child process (CLI, bun test, node, gh, etc.).
|
|
11
11
|
// 2. It binds a port, starts a server, or talks to localhost.
|