Skip to content

Commit 842a340

Browse files
committed
update test-javascript working directory
1 parent af4b1ee commit 842a340

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
@@ -59,7 +59,7 @@ jobs:
5959
with:
6060
node-version: "14"
6161
- name: Test Javascript
62-
working-directory: ./src/idom/client/app
62+
working-directory: ./src/idom/client
6363
run: |
6464
npm --version
6565
npm install -g npm@v7.13.0

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)