Skip to content

Commit

Permalink
fix: failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicGBauer committed Feb 27, 2024
1 parent 7b7f166 commit 0a7ec8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/powersync-sdk-web/tests/watch.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest';
vi.useRealTimers();
import { v4 as uuid } from 'uuid';
import { AbstractPowerSyncDatabase } from '@journeyapps/powersync-sdk-common';
import { WASQLitePowerSyncDatabaseOpenFactory } from '../lib/src';
import { WASQLitePowerSyncDatabaseOpenFactory } from '@journeyapps/powersync-sdk-web';
import { testSchema } from './test_schema';

/**
Expand Down

0 comments on commit 0a7ec8e

Please sign in to comment.