mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-24 00:17:37 +01:00
49aec070b5
GitOrigin-RevId: 34a2d0d2e06953c39c6c10d872cb640100256927
9 lines
234 B
JavaScript
9 lines
234 B
JavaScript
const testFile = TestData.jsTestFile;
|
||
|
||
try {
|
||
await import(testFile);
|
||
} catch (e) {
|
||
jsTestLog(`Try/Catch wrapped JSTest [${
|
||
testFile}] threw an error that probably doesn’t matter for testing magic restore: ${e}.`);
|
||
}
|