Skip to content

Commit aeb7f2f

Browse files
committed
up
1 parent c34926f commit aeb7f2f

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/concept/isExtent.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import test from "node:test"
33
import { createContextFromCrossTable } from "../context/createContextFromCrossTable.js"
44
import { planets } from "../examples/planets.js"
55
import { isExtent } from "./isExtent.js"
6-
import { isIntent } from "./isIntent.js"
76

87
test("isExtent", () => {
98
const context = createContextFromCrossTable(planets)

src/concept/isIntent.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@ import assert from "node:assert"
22
import test from "node:test"
33
import { createContextFromCrossTable } from "../context/createContextFromCrossTable.js"
44
import { planets } from "../examples/planets.js"
5-
import { isExtent } from "./isExtent.js"
65
import { isIntent } from "./isIntent.js"
76

8-
97
test("isIntent", () => {
108
const context = createContextFromCrossTable(planets)
119

0 commit comments

Comments
 (0)