Skip to content

Commit

Permalink
refactor: put non-package specific tests in own dir (#799)
Browse files Browse the repository at this point in the history
* refactor: put non-pacakge specific tests in own dir

* dont run release

* lerna new dir

* fix lerna
  • Loading branch information
straker authored Aug 23, 2023
1 parent 10cf350 commit acf6b0f
Show file tree
Hide file tree
Showing 15 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,4 +188,4 @@ jobs:
cache: 'npm'
- run: npm ci
- run: npm run bootstrap -- --ci
- run: npm test --prefix=axe_core_test
- run: npm test --prefix=test/axe-core
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages/*",
"packages/react/examples/*",
"packages/webdriverjs/tests/example",
"axe_core_test"
"test/axe-core"
],
"version": "4.7.3"
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit acf6b0f

Please sign in to comment.