From 9e7becc26209bf2876865db18a164c6f981e71f3 Mon Sep 17 00:00:00 2001 From: Rachel Fenichel Date: Thu, 2 May 2019 15:31:54 -0700 Subject: [PATCH] Update comments --- tests/mocha/run_mocha_tests_in_browser.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/mocha/run_mocha_tests_in_browser.js b/tests/mocha/run_mocha_tests_in_browser.js index 72b521505..3eaae0c1d 100644 --- a/tests/mocha/run_mocha_tests_in_browser.js +++ b/tests/mocha/run_mocha_tests_in_browser.js @@ -2,7 +2,7 @@ * @license * Visual Blocks Editor * - * Copyright 2018 Google Inc. + * Copyright 2019 Google Inc. * https://developers.google.com/blockly/ * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -19,7 +19,7 @@ */ /** - * @fileoverview Node.js script to run JsUnit tests in Chrome, via webdriver. + * @fileoverview Node.js script to run Mocha tests in Chrome, via webdriver. */ var webdriverio = require('webdriverio');