Skip to content

Commit acf6b0f

Browse files
authored
refactor: put non-package specific tests in own dir (#799)
* refactor: put non-pacakge specific tests in own dir * dont run release * lerna new dir * fix lerna
1 parent 10cf350 commit acf6b0f

15 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,4 +188,4 @@ jobs:
188188
cache: 'npm'
189189
- run: npm ci
190190
- run: npm run bootstrap -- --ci
191-
- run: npm test --prefix=axe_core_test
191+
- run: npm test --prefix=test/axe-core

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages/*",
44
"packages/react/examples/*",
55
"packages/webdriverjs/tests/example",
6-
"axe_core_test"
6+
"test/axe-core"
77
],
88
"version": "4.7.3"
99
}
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 commit comments

Comments
 (0)