@powersync/service-module-postgres 0.16.16 → 0.17.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/vitest.config.ts CHANGED
@@ -1,15 +1,3 @@
1
- import { defineConfig } from 'vitest/config';
2
- import tsconfigPaths from 'vite-tsconfig-paths';
1
+ import { serviceIntegrationTestConfig } from '../test_config';
3
2
 
4
- export default defineConfig({
5
- plugins: [tsconfigPaths()],
6
- test: {
7
- setupFiles: './test/src/setup.ts',
8
- poolOptions: {
9
- threads: {
10
- singleThread: true
11
- }
12
- },
13
- pool: 'threads'
14
- }
15
- });
3
+ export default serviceIntegrationTestConfig(__dirname);
@@ -1,5 +0,0 @@
1
- // Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
2
-
3
- exports[`schema changes > mongodb storage > add to publication (not in sync rules) 1`] = `0`;
4
-
5
- exports[`schema changes > postgres storage > add to publication (not in sync rules) 1`] = `16384`;