File tree Expand file tree Collapse file tree 9 files changed +35
-39
lines changed
Expand file tree Collapse file tree 9 files changed +35
-39
lines changed Original file line number Diff line number Diff line change 11import { flavors } from "@catppuccin/palette"
2- import { rgbify } from "@tui-sandbox/library/dist/src/client/color-utilities"
32import type { NeovimContext } from "../../support/tui-sandbox.js"
43import { assertMatchVisible } from "./utils/assertMatchVisible"
54import { createGitReposToLimitSearchScope } from "./utils/createGitReposToLimitSearchScope"
65
76import {
7+ rgbify ,
88 textIsVisibleWithBackgroundColor ,
99 textIsVisibleWithColor ,
10- } from "@tui-sandbox/library/dist/src/client/cypress-assertions "
10+ } from "@tui-sandbox/library"
1111import { textIsVisibleWithColors } from "./utils/color-utils"
1212import { verifyCorrectBackendWasUsedInTest } from "./utils/verifyGitGrepBackendWasUsedInTest"
1313
Original file line number Diff line number Diff line change 11import { flavors } from "@catppuccin/palette"
2- import { rgbify } from "@tui-sandbox/library/dist/src/client/color-utilities"
32import {
3+ rgbify ,
44 textIsVisibleWithBackgroundColor ,
55 textIsVisibleWithColor ,
6- } from "@tui-sandbox/library/dist/src/client/cypress-assertions "
6+ } from "@tui-sandbox/library"
77import { z } from "zod"
88import { assertMatchVisible } from "./utils/assertMatchVisible"
99import { textIsVisibleWithColors } from "./utils/color-utils"
Original file line number Diff line number Diff line change 11import { flavors } from "@catppuccin/palette"
2- import { rgbify } from "@tui-sandbox/library/dist/src/client/color-utilities"
32import {
3+ rgbify ,
44 textIsVisibleWithBackgroundColor ,
55 textIsVisibleWithColor ,
6- } from "@tui-sandbox/library/dist/src/client/cypress-assertions "
7- import type { MyTestDirectoryFile } from "MyTestDirectory"
6+ } from "@tui-sandbox/library"
7+ import type { MyTestDirectoryFile } from "../../../ MyTestDirectory"
88import { createGitReposToLimitSearchScope } from "./utils/createGitReposToLimitSearchScope"
99
1010describe ( "searching inside projects with the RipgrepBackend" , ( ) => {
Original file line number Diff line number Diff line change 11import { flavors } from "@catppuccin/palette"
2- import { rgbify } from "@tui-sandbox/library/dist/src/client/color-utilities"
3- import { textIsVisibleWithColor } from "@tui-sandbox/library/dist/src/client/cypress-assertions"
2+ import { rgbify , textIsVisibleWithColor } from "@tui-sandbox/library"
43import { createGitReposToLimitSearchScope } from "./utils/createGitReposToLimitSearchScope"
54
65describe ( "toggling features on/off" , ( ) => {
Original file line number Diff line number Diff line change 11import { flavors } from "@catppuccin/palette"
2- import { rgbify } from "@tui-sandbox/library/dist/src/client/color-utilities"
3- import { textIsVisibleWithColor } from "@tui-sandbox/library/dist/src/client/cypress-assertions"
2+ import { rgbify , textIsVisibleWithColor } from "@tui-sandbox/library"
43
54export function assertMatchVisible (
65 match : string ,
Original file line number Diff line number Diff line change 11import {
22 textIsVisibleWithBackgroundColor ,
33 textIsVisibleWithColor ,
4- } from "@tui-sandbox/library/dist/src/client/cypress-assertions "
4+ } from "@tui-sandbox/library"
55
66export function textIsVisibleWithColors (
77 text : string ,
Original file line number Diff line number Diff line change @@ -6,24 +6,22 @@ import type {
66 BrowserTerminalSettings ,
77 GenericNeovimBrowserApi ,
88 GenericTerminalBrowserApi ,
9- } from "@tui-sandbox/library/dist/src/browser/neovim-client"
9+ } from "@tui-sandbox/library/browser/neovim-client.js"
10+ import type { MyNeovimConfigModification } from "@tui-sandbox/library/client"
1011import type {
1112 AllKeys ,
13+ BlockingCommandClientInput ,
1214 BlockingShellCommandOutput ,
13- RunExCommandOutput ,
14- RunLuaCodeOutput ,
15- StartNeovimGenericArguments ,
16- TestDirectory ,
17- } from "@tui-sandbox/library/dist/src/server/types"
18- import type { MyNeovimConfigModification } from "@tui-sandbox/library/src/client/MyNeovimConfigModification"
19- import type {
2015 ExCommandClientInput ,
2116 LuaCodeClientInput ,
2217 PollLuaCodeClientInput ,
18+ RunExCommandOutput ,
19+ RunLuaCodeOutput ,
2320 RunLuaFileClientInput ,
24- } from "@tui-sandbox/library/src/server/applications/neovim/neovimRouter"
25- import type { StartTerminalGenericArguments } from "@tui-sandbox/library/src/server/applications/terminal/TerminalTestApplication"
26- import type { BlockingCommandClientInput } from "@tui-sandbox/library/src/server/blockingCommandInputSchema"
21+ StartNeovimGenericArguments ,
22+ StartTerminalGenericArguments ,
23+ TestDirectory ,
24+ } from "@tui-sandbox/library/server"
2725import type { OverrideProperties } from "type-fest"
2826import type {
2927 MyNeovimAppName ,
Original file line number Diff line number Diff line change 1313 "devDependencies" : {
1414 "@catppuccin/palette" : " 1.7.1" ,
1515 "@eslint/js" : " 9.39.2" ,
16- "@tui-sandbox/library" : " 11.11.2 " ,
16+ "@tui-sandbox/library" : " 12.0.0 " ,
1717 "@types/node" : " 24.10.4" ,
1818 "concurrently" : " 9.2.1" ,
1919 "cypress" : " 15.8.1" ,
You can’t perform that action at this time.
0 commit comments