Skip to content

Conversation

JulienChampagnol
Copy link
Member

No description provided.

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit


reported by reviewdog 🐶
async is not allowed


reported by reviewdog 🐶
async is not allowed


reported by reviewdog 🐶
async is not allowed


reported by reviewdog 🐶
async is not allowed

const result = check_recaptcha_params(name, email, launch)
expect(result.status).toBe(500)
})
test("email", async () => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reported by reviewdog 🐶
Missing padding before test block

const result = check_recaptcha_params(name, email, launch)
expect(result.status).toBe(500)
})
test("launch", async () => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reported by reviewdog 🐶
Missing padding before test block

const name = ""
const email = ""
const launch = false
describe("Wrong params", () => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reported by reviewdog 🐶
Enforce lowercase test names

})
})

describe("Right params", () => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reported by reviewdog 🐶
Enforce lowercase test names

const email = ""
const launch = false
describe("Wrong params", () => {
test("name", async () => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reported by reviewdog 🐶
async is not allowed

const result = check_recaptcha_params(name, email, launch)
expect(result.status).toBe(500)
})
test("email", async () => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reported by reviewdog 🐶
async is not allowed

const result = check_recaptcha_params(name, email, launch)
expect(result.status).toBe(500)
})
test("launch", async () => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reported by reviewdog 🐶
async is not allowed

})

describe("Right params", () => {
test("name", async () => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reported by reviewdog 🐶
async is not allowed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants