Skip to content

Commit

Permalink
Feature: TDD (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
henriquemod authored Apr 19, 2023
1 parent 6752cd5 commit 31e8023
Show file tree
Hide file tree
Showing 357 changed files with 7,014 additions and 9,701 deletions.
1 change: 0 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"extends": [
"plugin:@typescript-eslint/recommended",
"plugin:react/recommended",
"plugin:cypress/recommended",
"plugin:react-hooks/recommended",
"plugin:prettier/recommended",
"eslint:recommended",
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,5 @@ jobs:
- name: Install dependencies
run: yarn --frozen-lockfile

- name: Run Cypress on Node ${{ matrix.node-version }}
run: yarn cy:run

env:
CI: true

- name: Run Jest Code Coverage on Node ${{ matrix.node-version }}
run: yarn test:ci
18 changes: 0 additions & 18 deletions cypress.config.ts

This file was deleted.

2 changes: 0 additions & 2 deletions cypress/.gitignore

This file was deleted.

5 changes: 0 additions & 5 deletions cypress/fixtures/example.json

This file was deleted.

16 changes: 0 additions & 16 deletions cypress/integration/Advertise.feature

This file was deleted.

24 changes: 0 additions & 24 deletions cypress/integration/Avatar.feature

This file was deleted.

34 changes: 0 additions & 34 deletions cypress/integration/Badge.feature

This file was deleted.

14 changes: 0 additions & 14 deletions cypress/integration/Box.feature

This file was deleted.

15 changes: 0 additions & 15 deletions cypress/integration/Breadcrumb.feature

This file was deleted.

157 changes: 0 additions & 157 deletions cypress/integration/Button.feature

This file was deleted.

21 changes: 0 additions & 21 deletions cypress/integration/Card.feature

This file was deleted.

13 changes: 0 additions & 13 deletions cypress/integration/Chapter.feature

This file was deleted.

Loading

0 comments on commit 31e8023

Please sign in to comment.