Skip to content

Commit 7435ced

Browse files
committed
update test-javascript working directory
1 parent 9202292 commit 7435ced

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
npm install -g npm@latest
6868
npm --version
6969
- name: Test Javascript
70-
working-directory: ./src/idom/client/app
70+
working-directory: ./src/idom/client
7171
run: |
7272
npm install
7373
npm test

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def test_suite(session: Session) -> None:
122122
posargs += ["--cov=src/idom", "--cov-report", "term"]
123123
install_idom_dev(session, extras="all")
124124

125-
session.run("pytest", "tests", *posargs)
125+
session.run("pytest", *posargs)
126126

127127

128128
@nox.session

0 commit comments

Comments
 (0)