We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af4b1ee commit 842a340Copy full SHA for 842a340
.github/workflows/test.yml
@@ -59,7 +59,7 @@ jobs:
59
with:
60
node-version: "14"
61
- name: Test Javascript
62
- working-directory: ./src/idom/client/app
+ working-directory: ./src/idom/client
63
run: |
64
npm --version
65
npm install -g npm@v7.13.0
noxfile.py
@@ -122,7 +122,7 @@ def test_suite(session: Session) -> None:
122
posargs += ["--cov=src/idom", "--cov-report", "term"]
123
install_idom_dev(session, extras="all")
124
125
- session.run("pytest", "tests", *posargs)
+ session.run("pytest", *posargs)
126
127
128
@nox.session
0 commit comments