diff --git a/.tas.yml b/.tas.yml new file mode 100644 index 0000000..a2bd9ab --- /dev/null +++ b/.tas.yml @@ -0,0 +1,16 @@ +--- +framework: mocha +preRun: + command: + - npm ci + - npm run build +postMerge: + pattern: + - "test/*-test.js" +preMerge: + pattern: + - "test/*-test.js" +postRun: + command: + - "node --version" +version: 1.0