From 6e06b9261fd486fe042a35bd49c807e27cd48353 Mon Sep 17 00:00:00 2001 From: Adhidarma Hadiwinoto <me@adhisimon.org> Date: Mon, 10 Jun 2019 13:55:50 +0700 Subject: [PATCH] ESLINT: global describe and it --- test.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test.js b/test.js index e32b5a7..6b72ffc 100644 --- a/test.js +++ b/test.js @@ -1,5 +1,7 @@ "use strict"; +/* global describe it */ + const should = require('should'); const st24 = require('./lib/st24'); -- 1.9.0