Use const in test requires

This commit is contained in:
Veeck
2020-04-19 08:18:11 +02:00
committed by rejas
parent dc089d7db9
commit 85c32ef843
7 changed files with 18 additions and 18 deletions

View File

@@ -1,5 +1,5 @@
/* eslint no-multi-spaces: 0 */
var expect = require("chai").expect;
const expect = require("chai").expect;
describe("Functions module currentweather", function () {
// Fake for use by currentweather.js