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

Unified Diff: mojo/edk/js/tests/sample_service_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/sample_service_tests.js
diff --git a/mojo/apps/js/bindings/sample_service_unittests.js b/mojo/edk/js/tests/sample_service_tests.js
similarity index 99%
rename from mojo/apps/js/bindings/sample_service_unittests.js
rename to mojo/edk/js/tests/sample_service_tests.js
index 8030f448bcc76960d8b88f1285b9e8a7cfb74189..ca4f8e6bccc14dfbf04fce126e8f9cb46c4465d3 100644
--- a/mojo/apps/js/bindings/sample_service_unittests.js
+++ b/mojo/edk/js/tests/sample_service_tests.js
@@ -4,7 +4,7 @@
define([
"console",
- "mojo/apps/js/test/hexdump",
+ "mojo/edk/js/test/hexdump",
"gin/test/expect",
"mojo/public/interfaces/bindings/tests/sample_service.mojom",
"mojo/public/interfaces/bindings/tests/sample_import.mojom",

Powered by Google App Engine
This is Rietveld 408576698