From 2b074fda6085c91cbcc6a13f2d469fbba914f460 Mon Sep 17 00:00:00 2001 From: Himanshi Gupta <89007259+himanshiLt@users.noreply.github.com> Date: Mon, 16 May 2022 14:39:18 +0530 Subject: [PATCH] Create .tas.yml --- .tas.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .tas.yml 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