diff options
Diffstat (limited to 'test/unit/check/node.py')
-rw-r--r-- | test/unit/check/node.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/unit/check/node.py b/test/unit/check/node.py new file mode 100644 index 00000000..236ba7b5 --- /dev/null +++ b/test/unit/check/node.py @@ -0,0 +1,6 @@ +import os + + +def check_node(current_dir): + if os.path.exists(current_dir + '/node/node_modules'): + return True |