Skip to content

Commit

Permalink
fix: build spec
Browse files Browse the repository at this point in the history
  • Loading branch information
RSamaium committed Jan 28, 2024
1 parent e0b3157 commit 65d48c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/compiler/tests/build.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ describe('Test Structure files After Build', () => {
expect(clientFiles).toEqual(['assets', 'index.html', 'manifest.json', 'manifest.webmanifest', 'registerSW.js', 'sw.js', 'workbox-fa446783.js'])

const serverFiles = fs.readdirSync('dist/server')
expect(serverFiles).toEqual(['assets', 'main.js', 'manifest.json'])
expect(serverFiles).toEqual(['assets', 'main.mjs', 'manifest.json'])
})

test('Move TMX files', async () => {
Expand Down

0 comments on commit 65d48c0

Please sign in to comment.