mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 04:27:21 +00:00
refactor: move query.spec.ts
This commit is contained in:
@@ -1,5 +1,11 @@
|
|||||||
import { describe, expect, test } from "bun:test";
|
import { describe, expect, test } from "bun:test";
|
||||||
import { makeValidator, exp, Expression, isPrimitive, type Primitive } from "./query";
|
import {
|
||||||
|
makeValidator,
|
||||||
|
exp,
|
||||||
|
Expression,
|
||||||
|
isPrimitive,
|
||||||
|
type Primitive,
|
||||||
|
} from "../../../src/core/object/query/query";
|
||||||
|
|
||||||
describe("query", () => {
|
describe("query", () => {
|
||||||
test("isPrimitive", () => {
|
test("isPrimitive", () => {
|
||||||
Reference in New Issue
Block a user