run.py 249 B

12345678
  1. # Copyright (c) Jupyter Development Team.
  2. # Distributed under the terms of the Modified BSD License.
  3. import os.path as osp
  4. from jupyterlab.tests.test_app import run_jest
  5. if __name__ == '__main__':
  6. run_jest(osp.dirname(osp.realpath(__file__)))