From b6c83861f61d40f27fdc5b54b585d79666927b4c Mon Sep 17 00:00:00 2001 From: Daniel Bruce Date: Wed, 30 Apr 2025 17:33:52 -0400 Subject: [PATCH] Add just a comment. --- samples/test/import-export.test.js | 1 + 1 file changed, 1 insertion(+) 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}`); }); });