Skip to content

Commit

Permalink
Update index.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Timer committed Oct 28, 2019
1 parent d0979f3 commit d854702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/firebase-grpc/test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jasmine.DEFAULT_TIMEOUT_INTERVAL = 1000 * 60 * 1
const appDir = path.join(__dirname, '..')
const nextConfig = path.join(appDir, 'next.config.js')

describe('Builds with firebase dependency only sequentially', () => {
describe('Building Firebase', () => {
it('Throws an error when building with firebase dependency with worker_threads', async () => {
await fs.writeFile(
nextConfig,
Expand Down

0 comments on commit d854702

Please sign in to comment.