diff options
Diffstat (limited to 'packages/astro/test/astro-sync.test.js')
-rw-r--r-- | packages/astro/test/astro-sync.test.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/test/astro-sync.test.js b/packages/astro/test/astro-sync.test.js index 58f5c2860..bfa8ab883 100644 --- a/packages/astro/test/astro-sync.test.js +++ b/packages/astro/test/astro-sync.test.js @@ -133,4 +133,4 @@ describe('astro sync', () => { ); }); }); -});
\ No newline at end of file +}); |