Get rid of goog.json
Use JSON.parse and JSON.stringify instead.
This commit is contained in:
@@ -31,8 +31,6 @@
|
||||
|
||||
<script type="text/javascript">
|
||||
|
||||
goog.json.USE_NATIVE_JSON = true;
|
||||
|
||||
var runner = mocha.run();
|
||||
if (window.console && console.log) {
|
||||
// write stacks to the console for failed tests
|
||||
|
||||
Reference in New Issue
Block a user