Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(254)

Unified Diff: mojo/edk/js/tests/connection_tests.js

Issue 709603002: Move mojo/apps/js tests et al to mojo/edk/js/test,tests (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: chromium environment for JS tests Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: mojo/edk/js/tests/connection_tests.js
diff --git a/mojo/apps/js/bindings/connection_unittests.js b/mojo/edk/js/tests/connection_tests.js
similarity index 99%
rename from mojo/apps/js/bindings/connection_unittests.js
rename to mojo/edk/js/tests/connection_tests.js
index be325f9d8b4169241390310a5afa59e59c6f912a..6649dfe7e159545c791612638f8ce5fdc84d8095 100644
--- a/mojo/apps/js/bindings/connection_unittests.js
+++ b/mojo/edk/js/tests/connection_tests.js
@@ -60,7 +60,7 @@ define([
"mojo/public/js/connection",
"mojo/public/interfaces/bindings/tests/sample_interfaces.mojom",
"mojo/public/interfaces/bindings/tests/sample_service.mojom",
- "mojo/apps/js/bindings/threading",
+ "mojo/public/js/threading",
"gc",
], function(expect,
mockSupport,

Powered by Google App Engine
This is Rietveld 408576698