diff options
| author | Kai Stevenson <kai@kaistevenson.com> | 2025-11-08 17:30:19 -0800 |
|---|---|---|
| committer | Kai Stevenson <kai@kaistevenson.com> | 2025-11-08 17:32:01 -0800 |
| commit | 8442ed67628e5d51e02b876d0f27479f9215bf0a (patch) | |
| tree | e63c4afce5c29bb2e1edbf5899291508e211d1fe /tests/type-consistency/spec/index.ts | |
| parent | b32604eef0cec59798cdfea53b82766819429717 (diff) | |
add more tests, fix issues, add support for booleans
Diffstat (limited to 'tests/type-consistency/spec/index.ts')
| -rw-r--r-- | tests/type-consistency/spec/index.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/type-consistency/spec/index.ts b/tests/type-consistency/spec/index.ts index 9ef825f..4532493 100644 --- a/tests/type-consistency/spec/index.ts +++ b/tests/type-consistency/spec/index.ts @@ -1,4 +1,5 @@ import array from "./array"; import functions from "./function"; +import types from "./types"; -export default [array, functions]; +export default [array, functions, types]; |
