(tmp_path)
| 147 | |
| 148 | |
| 149 | def test_node_additional_deps(tmp_path): |
| 150 | _make_local_repo(str(tmp_path)) |
| 151 | ret, out = run_language(tmp_path, node, 'npm ls -g', deps=('lodash',)) |
| 152 | assert b' lodash@' in out |
nothing calls this directly
no test coverage detected