Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eegli committed Mar 22, 2024
1 parent 74212e6 commit 1aa4752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/library/test/library.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as Spotifly from '@spotifly/core';
import * as fs from '@spotifly/utils/fs';
import log from '@spotifly/utils/src/log';
import { Ok } from '@spotifly/utils/types';
import type { Ok } from '@spotifly/utils/types';

Check failure on line 4 in packages/library/test/library.test.ts

View workflow job for this annotation

GitHub Actions / TypeScript, lint, build

Module '"@spotifly/utils/types"' has no exported member 'Ok'.
import { mockDeep } from 'jest-mock-extended';
import { parser } from '../src/cli';
import { libraryHandler } from '../src/handler';
Expand Down

0 comments on commit 1aa4752

Please sign in to comment.