File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import test from "node:test"
3
3
import { createContextFromCrossTable } from "../context/createContextFromCrossTable.js"
4
4
import { planets } from "../examples/planets.js"
5
5
import { isExtent } from "./isExtent.js"
6
- import { isIntent } from "./isIntent.js"
7
6
8
7
test ( "isExtent" , ( ) => {
9
8
const context = createContextFromCrossTable ( planets )
Original file line number Diff line number Diff line change @@ -2,10 +2,8 @@ import assert from "node:assert"
2
2
import test from "node:test"
3
3
import { createContextFromCrossTable } from "../context/createContextFromCrossTable.js"
4
4
import { planets } from "../examples/planets.js"
5
- import { isExtent } from "./isExtent.js"
6
5
import { isIntent } from "./isIntent.js"
7
6
8
-
9
7
test ( "isIntent" , ( ) => {
10
8
const context = createContextFromCrossTable ( planets )
11
9
You can’t perform that action at this time.
0 commit comments