@skill-map/testkit 0.3.2 → 0.4.0
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/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -90,7 +90,7 @@ test('emits one link per [[ref:<name>]]', async () => {
|
|
|
90
90
|
node --test test/my-extractor.test.js
|
|
91
91
|
```
|
|
92
92
|
|
|
93
|
-
The testkit also ships `
|
|
93
|
+
The testkit also ships `runAnalyzerOnGraph` (Rules), `runFormatterOnGraph` (Formatters), `makeFakeStorage` (KV storage), and `makeFakeRunner` (probabilistic mode). Full surface in [`index.ts`](./index.ts).
|
|
94
94
|
|
|
95
95
|
## Run it under the real CLI
|
|
96
96
|
|
package/package.json
CHANGED