X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/a7812342b6c07116acda6ce154e8dc6ed9d1c1c1..d4d0208892ea0f0f4bf79691770b14aca89db92b:/src/store/search-bar/search-bar-actions.test.ts diff --git a/src/store/search-bar/search-bar-actions.test.ts b/src/store/search-bar/search-bar-actions.test.ts index 194ca2d7..d14f3f14 100644 --- a/src/store/search-bar/search-bar-actions.test.ts +++ b/src/store/search-bar/search-bar-actions.test.ts @@ -2,8 +2,8 @@ // // SPDX-License-Identifier: AGPL-3.0 -import { getAdvancedDataFromQuery, getQueryFromAdvancedData } from "~/store/search-bar/search-bar-actions"; -import { ResourceKind } from "~/models/resource"; +import { getAdvancedDataFromQuery, getQueryFromAdvancedData } from "store/search-bar/search-bar-actions"; +import { ResourceKind } from "models/resource"; describe('search-bar-actions', () => { describe('getAdvancedDataFromQuery', () => {