From d6a186a8f18c1b14979e0244c0434b5b89c0f8a9 Mon Sep 17 00:00:00 2001 From: Josh Haberman Date: Thu, 4 Feb 2016 14:58:45 -0800 Subject: Added some documentation in comments. --- js/commonjs/export_asserts.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'js/commonjs/export_asserts.js') diff --git a/js/commonjs/export_asserts.js b/js/commonjs/export_asserts.js index 16abdd7d..9b823d3c 100644 --- a/js/commonjs/export_asserts.js +++ b/js/commonjs/export_asserts.js @@ -1,11 +1,17 @@ /** - * @fileoverview Description of this file. + * @fileoverview Exports symbols needed only by tests. + * + * This file exports several Closure Library symbols that are only + * used by tests. It is used to generate a file + * closure_asserts_commonjs.js that is only used at testing time. */ goog.require('goog.testing.asserts'); var global = Function('return this')(); +// All of the closure "assert" functions are exported at the global level. +// // The Google Closure assert functions start with assert, eg. // assertThrows // assertNotThrows -- cgit v1.2.3