Skip to content

Commit

Permalink
Disable local library scanner test
Browse files Browse the repository at this point in the history
  • Loading branch information
nukeop committed Mar 8, 2024
1 parent b88a852 commit 89bcade
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import {scanFolders} from '@nuclear/scanner';

describe('Local library scanner', () => {
// Enable when testing the local library scanner rust package
xdescribe('Local library scanner', () => {
it('scans folders', async () => {
const result = await scanFolders([''], ['mp3'], (progress, total, lastScanned) => {
// console.log({progress, total, lastScanned});
Expand Down

0 comments on commit 89bcade

Please sign in to comment.