diff --git a/tests/bootstrap.js b/tests/bootstrap.js
index 02cb145e0..efa690616 100644
--- a/tests/bootstrap.js
+++ b/tests/bootstrap.js
@@ -122,6 +122,9 @@
document.write(
'');
+ // Prevent spurious transpilation warnings.
+ document.write('');
+
// Load dependency graph info from the specified deps files -
// typically just build/deps.js. To update deps after changing
// any module's goog.requires / imports, run `npm run build:deps`.