We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efabed9 commit 961cf54Copy full SHA for 961cf54
packages/data-connect/test/emulatorSeeder.ts
@@ -82,7 +82,6 @@ export async function setupQueries(
82
connection_string:
83
'postgresql://postgres:secretpassword@localhost:5432/postgres?sslmode=disable'
84
};
85
- fs.writeFileSync('./emulator.json', JSON.stringify(toWrite));
86
return fetch(`http://localhost:${EMULATOR_PORT}/setupSchema`, {
87
method: 'POST',
88
body: JSON.stringify(toWrite)
0 commit comments