Skip to content

Commit

Permalink
Remove use of the import 'goog:...' pattern
Browse files Browse the repository at this point in the history
Support for this is soon to be removed.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=177366930
  • Loading branch information
jart authored and ptmphuong committed Dec 9, 2022
1 parent 34f575f commit ae0c4a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions closure/testing/test/arithmetic_es6module_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

import 'goog:goog.testing.asserts';
import 'goog:goog.testing.jsunit';
goog.require('goog.testing.asserts');
goog.require('goog.testing.jsunit');

import { add } from '/closure/testing/test/arithmetic_es6module.js';

Expand Down

0 comments on commit ae0c4a5

Please sign in to comment.