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 14d96ff commit a327ab2Copy full SHA for a327ab2
packages/node-firebird-driver/src/test/tests.ts
@@ -106,7 +106,7 @@ export function runCommonTests(client: Client) {
106
107
expect(client.isValid).toBeFalsy();
108
109
- if (isLocal()) {
+ if (isLocal() && !testConfig.tmpDir) {
110
fs.rmdirSync(testConfig.tmpDir!);
111
}
112
});
packages/node-firebird-native-api/src/test/test.ts
@@ -73,7 +73,7 @@ describe('node-firebird-native-api', () => {
73
74
dispatcher.releaseSync();
75
76
77
78
79
0 commit comments