summaryrefslogtreecommitdiffhomepage
path: root/test/unit/check/node.py
blob: 236ba7b5f6cf4f8c3f3de8857cc7a1d3fb553e0f (plain) (blame)
1
2
3
4
5
6
import os


def check_node(current_dir):
    if os.path.exists(current_dir + '/node/node_modules'):
        return True