diff --git a/samples/test/import-export.test.js b/samples/test/import-export.test.js index 2a0bc3d5d..d76d49e6e 100644 --- a/samples/test/import-export.test.js +++ b/samples/test/import-export.test.js @@ -41,6 +41,7 @@ describe('import/export entities', async () => { }); it('should import entities', () => { + // Just a comment execSync(`node ./import.js ${EXPORTED_FILE}`); }); });