Remove Node.js

This commit is contained in:
Jeremy Tuloup
2021-02-08 18:01:28 +01:00
parent 0b5f9c6788
commit 873e6bf661
4 changed files with 5 additions and 76 deletions

View File

@@ -8,11 +8,6 @@ from tljh import installer
from tljh.yaml import yaml
def test_ensure_node():
installer.ensure_node()
assert os.path.exists('/usr/bin/node')
def test_ensure_config_yaml(tljh_dir):
pm = installer.setup_plugins()
installer.ensure_config_yaml(pm)