From 92c09039f92ea879ea4b61ae63d9722d69796bcc Mon Sep 17 00:00:00 2001 From: Himanshi Gupta Date: Fri, 25 Feb 2022 00:42:17 +0530 Subject: [PATCH] add tas yml file along with custom config --- .tas.yml | 16 ++++++++++++++++ mocharc.yml | 2 ++ 2 files changed, 18 insertions(+) create mode 100644 .tas.yml create mode 100644 mocharc.yml diff --git a/.tas.yml b/.tas.yml new file mode 100644 index 00000000..f2f68017 --- /dev/null +++ b/.tas.yml @@ -0,0 +1,16 @@ +--- +framework: mocha +preRun: + command: + - npm install +preMerge: + pattern: + - "./test/*.js" +postMerge: + pattern: + - "./test/*.js" +postRun: + command: + - node --version +configFile: "mocharc.yml" +version: 1.0 diff --git a/mocharc.yml b/mocharc.yml new file mode 100644 index 00000000..9d123023 --- /dev/null +++ b/mocharc.yml @@ -0,0 +1,2 @@ +require: + - test/support/env