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 9202292 commit 7435cedCopy full SHA for 7435ced
.github/workflows/test.yml
@@ -67,7 +67,7 @@ jobs:
67
npm install -g npm@latest
68
npm --version
69
- name: Test Javascript
70
- working-directory: ./src/idom/client/app
+ working-directory: ./src/idom/client
71
run: |
72
npm install
73
npm test
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