Skip to content

Commit

Permalink
chore: Remove leftover remnants from old test framework
Browse files Browse the repository at this point in the history
- remove relevant files
- remove relevant .gitignore & .eslintignore entries
  • Loading branch information
TheGreatRefrigerator committed Jan 27, 2023
1 parent 3c842ed commit 224e0a8
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 393 deletions.
2 changes: 0 additions & 2 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@
/config/
/dist/
/*.js
/test/unit/coverage/
/test/integration/mockups
/src/ors-js/node_modules/
9 changes: 0 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,6 @@ node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
/tests/coverage/
/tests/unit/coverage/
/tests/integration/coverage/
/tests/e2e/reports/
/tests/e2e/downloads/*
selenium-debug.log
selenium-server.log
/src/ors-js/

# Editor directories and files
Expand All @@ -21,8 +14,6 @@ selenium-server.log
*.njsproj
*.sln

!/tests/e2e/downloads/.gitkeep

## The ignores below can be removed/commented in the case
## you want to include the config files, the plugins
## and the built static app in a custom repo.
Expand Down
46 changes: 0 additions & 46 deletions build/webpack.test.conf.js

This file was deleted.

76 changes: 0 additions & 76 deletions docs/learned-lessons.md

This file was deleted.

215 changes: 0 additions & 215 deletions nightwatch.conf.js

This file was deleted.

24 changes: 0 additions & 24 deletions tests/integration/karma.conf.js

This file was deleted.

0 comments on commit 224e0a8

Please sign in to comment.