From 06a15e2d679ab5dbcac0eff921b44addfe68995d Mon Sep 17 00:00:00 2001 From: Paul Loyd Date: Wed, 21 Nov 2018 15:53:15 +0300 Subject: [PATCH] Enable flow for the test runner --- tests/run.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/run.js b/tests/run.js index d5c58f2..735993a 100644 --- a/tests/run.js +++ b/tests/run.js @@ -1,3 +1,5 @@ +// @flow + import * as assert from 'assert'; import * as fs from 'fs'; import * as path from 'path';