Skip to content

Commit

Permalink
chore: Release 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrzesik committed Jul 28, 2021
1 parent 3fb5b69 commit 60d034b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dedicatedTo": "Blue, a great migrating bird.",
"name": "serverless-offline",
"version": "7.0.0",
"version": "7.1.0",
"description": "Emulate AWS λ and API Gateway locally when developing your Serverless project",
"license": "MIT",
"main": "dist/main.js",
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/groovy/groovy.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { resolve } from 'path'
import fetch from 'node-fetch'
import { joinUrl, setup, teardown } from '../_testHelpers/index.js'

jest.setTimeout(60000)
jest.setTimeout(120000)

// Could not find 'Java', skipping 'Java' tests.
const _describe = process.env.JAVA_DETECTED ? describe : describe.skip
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/kotlin/kotlin.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { resolve } from 'path'
import fetch from 'node-fetch'
import { joinUrl, setup, teardown } from '../_testHelpers/index.js'

jest.setTimeout(60000)
jest.setTimeout(120000)

// Could not find 'Java', skipping 'Java' tests.
const _describe = process.env.JAVA_DETECTED ? describe : describe.skip
Expand Down

0 comments on commit 60d034b

Please sign in to comment.