Skip to content

Commit d731de2

Browse files
authored
Move final libs contents to app: libs/api and libs/util (#1977)
libs/api -> app/api and libs/util -> app/util
1 parent 6c5883d commit d731de2

37 files changed

+11
-15
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ const grepFiles = (s: string) =>
3535
it('@oxide/api-mocks is only referenced in test files', () => {
3636
expect(grepFiles('api-mocks')).toMatchInlineSnapshot(`
3737
[
38+
"app/api/__tests__/hooks.spec.tsx",
3839
"app/msw-mock-api.ts",
39-
"libs/api/__tests__/hooks.spec.tsx",
4040
"mock-api/msw/db.ts",
4141
"test/e2e/instance-create.e2e.ts",
4242
"test/e2e/inventory.e2e.ts",

0 commit comments

Comments
 (0)