Revert "feat!: allow blocks to receive their own delete events" (#6676)

This commit is contained in:
Beka Westberg
2022-12-01 14:55:31 -08:00
committed by GitHub
parent 089841c26f
commit 67275e4bba
5 changed files with 8 additions and 66 deletions

View File

@@ -19,8 +19,8 @@
<div id="failureCount" style="display:none" tests_failed="unset"></div>
<div id="failureMessages" style="display:none"></div>
<!-- Load mocha et al. before bootstrapping so that we can safely
goog.require() the test modules that make calls to (e.g.)
suite() at the top level. -->
goog.require() the test modules that make calls to (e.g.)
suite() at the top level. -->
<script src="../../node_modules/chai/chai.js"></script>
<script src="../../node_modules/mocha/mocha.js"></script>
<script src="../../node_modules/sinon/pkg/sinon.js"></script>