Skip to content

Commit

Permalink
Merge branch 'improve-worker-count-configurability' of github.com:cta…
Browse files Browse the repository at this point in the history
…van/next.js into improve-worker-count-configurability
  • Loading branch information
ijjk committed Oct 28, 2019
2 parents 1f953f2 + d854702 commit efc83a2
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 efc83a2

Please sign in to comment.