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