From 8af7fcf728af515ea0e644d49a092acf14daeb69 Mon Sep 17 00:00:00 2001 From: Daryl Ronningen Date: Sun, 20 Jun 2021 05:20:56 -0700 Subject: [PATCH] chore: added some webstorm run configs --- .idea/runConfigurations/Run_Tests.xml | 17 +++++++++++++++++ .idea/runConfigurations/clean.xml | 12 ++++++++++++ .idea/runConfigurations/commit.xml | 12 ++++++++++++ .idea/runConfigurations/compile_dev.xml | 12 ++++++++++++ .idea/runConfigurations/lint.xml | 12 ++++++++++++ .idea/runConfigurations/run_dev.xml | 12 ++++++++++++ .idea/runConfigurations/watch_bot.xml | 12 ++++++++++++ .idea/runConfigurations/watch_tsc.xml | 12 ++++++++++++ .nycrc.json => .nycrc | 0 9 files changed, 101 insertions(+) create mode 100644 .idea/runConfigurations/Run_Tests.xml create mode 100644 .idea/runConfigurations/clean.xml create mode 100644 .idea/runConfigurations/commit.xml create mode 100644 .idea/runConfigurations/compile_dev.xml create mode 100644 .idea/runConfigurations/lint.xml create mode 100644 .idea/runConfigurations/run_dev.xml create mode 100644 .idea/runConfigurations/watch_bot.xml create mode 100644 .idea/runConfigurations/watch_tsc.xml rename .nycrc.json => .nycrc (100%) diff --git a/.idea/runConfigurations/Run_Tests.xml b/.idea/runConfigurations/Run_Tests.xml new file mode 100644 index 0000000..c9fa24f --- /dev/null +++ b/.idea/runConfigurations/Run_Tests.xml @@ -0,0 +1,17 @@ + + + project + + yarn:package.json:mocha + $PROJECT_DIR$ + true + + + + bdd + -r ts-node/register -r tsconfig-paths/register + PATTERN + tests/**/*.ts + + + \ No newline at end of file diff --git a/.idea/runConfigurations/clean.xml b/.idea/runConfigurations/clean.xml new file mode 100644 index 0000000..bcfbeba --- /dev/null +++ b/.idea/runConfigurations/clean.xml @@ -0,0 +1,12 @@ + + + + + +