Skip to content

Commit cf17592

Browse files
committed
disable the extension test until the test can support code in ES6 modules
See PolymerLabs/arcs#713 for the blocking issue.
1 parent 3241a52 commit cf17592

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

shell/app-shell/elements/test/fake-database-test.js

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
// subject to an additional IP rights grant found at
66
// http://polymer.github.io/PATENTS.txt
77

8+
const assert = chai.assert;
9+
810
afterEach(function() {
911
db.reset();
1012
});

shell/test/index.test.html

+2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@
1818
<script src="../node_modules/mocha/mocha.js"></script>
1919
<script>mocha.setup('bdd')</script>
2020

21+
<!-- TODO(smalls) fix this up with ES6 modules
2122
<script src="../apps/chrome-extension/data-processing.js"></script>
2223
<script src="../apps/chrome-extension/test/data-processing-test.js"></script>
24+
-->
2325

2426
<script src="../app-shell/elements/test/fake-database.js"></script>
2527
<script src="../app-shell/elements/test/fake-database-test.js"></script>

0 commit comments

Comments
 (0)