From aa704383b4849f73a7f7ca819df38e4a8a4929b0 Mon Sep 17 00:00:00 2001 From: seotts Date: Mon, 9 Nov 2020 16:41:55 -0500 Subject: [PATCH] Remove built-in global variables in comments --- test/helper/page-util.js | 2 +- test/integration/pick-tests.js | 2 +- test/integration/scratch-tests.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/helper/page-util.js b/test/helper/page-util.js index 25f5b007..36277a7e 100644 --- a/test/helper/page-util.js +++ b/test/helper/page-util.js @@ -1,4 +1,4 @@ -/* global window, VirtualMachine, ScratchStorage, ScratchSVGRenderer */ +/* global VirtualMachine, ScratchStorage, ScratchSVGRenderer */ /* eslint-env browser */ // Wait for all SVG skins to be loaded. diff --git a/test/integration/pick-tests.js b/test/integration/pick-tests.js index 00a2a08b..345f035b 100644 --- a/test/integration/pick-tests.js +++ b/test/integration/pick-tests.js @@ -1,4 +1,4 @@ -/* global vm, render, Promise */ +/* global vm, render */ const {chromium} = require('playwright-chromium'); const test = require('tap').test; const path = require('path'); diff --git a/test/integration/scratch-tests.js b/test/integration/scratch-tests.js index 57b7e07f..3d1e7255 100644 --- a/test/integration/scratch-tests.js +++ b/test/integration/scratch-tests.js @@ -1,4 +1,4 @@ -/* global vm, Promise */ +/* global vm */ const {chromium} = require('playwright-chromium'); const test = require('tap').test; const path = require('path');