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

Unified Diff: chrome/test/data/webui/md_bookmarks/md_bookmarks_browsertest.js

Issue 2752223004: MD Bookmarks: Remove deleted nodes from state tree (Closed)
Patch Set: Rebase Created 3 years, 8 months 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
« no previous file with comments | « chrome/browser/resources/md_bookmarks/util.js ('k') | chrome/test/data/webui/md_bookmarks/reducers_test.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webui/md_bookmarks/md_bookmarks_browsertest.js
diff --git a/chrome/test/data/webui/md_bookmarks/md_bookmarks_browsertest.js b/chrome/test/data/webui/md_bookmarks/md_bookmarks_browsertest.js
index 7b1b22e2c84c4c059038f876ea7bc5f92acdbc4f..abd219b453288a4f7c3ecc4f9f19a720e7dbcac1 100644
--- a/chrome/test/data/webui/md_bookmarks/md_bookmarks_browsertest.js
+++ b/chrome/test/data/webui/md_bookmarks/md_bookmarks_browsertest.js
@@ -170,3 +170,17 @@ MaterialBookmarksStoreClientTest.prototype = {
TEST_F('MaterialBookmarksStoreClientTest', 'All', function() {
mocha.run();
});
+
+function MaterialBookmarksUtilTest() {}
+
+MaterialBookmarksUtilTest.prototype = {
+ __proto__: MaterialBookmarksBrowserTest.prototype,
+
+ extraLibraries: MaterialBookmarksBrowserTest.prototype.extraLibraries.concat([
+ 'util_test.js',
+ ]),
+};
+
+TEST_F('MaterialBookmarksUtilTest', 'All', function() {
+ mocha.run();
+});
« no previous file with comments | « chrome/browser/resources/md_bookmarks/util.js ('k') | chrome/test/data/webui/md_bookmarks/reducers_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698