aboutsummaryrefslogtreecommitdiff
path: root/test/test-database.js
diff options
context:
space:
mode:
authorsiikamiika <siikamiika@users.noreply.github.com>2020-03-02 10:35:46 +0200
committersiikamiika <siikamiika@users.noreply.github.com>2020-03-02 10:35:46 +0200
commitbd48d2f919e1387063c66ef91c40ec86a1131118 (patch)
tree8116d3efa3199d6664592c86d8530548113a01cb /test/test-database.js
parent967e99b7f69d24fc76999675cef44b919602dd31 (diff)
fix Yomichan core message issues
Diffstat (limited to 'test/test-database.js')
-rw-r--r--test/test-database.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test-database.js b/test/test-database.js
index 35f22523..9a24a393 100644
--- a/test/test-database.js
+++ b/test/test-database.js
@@ -30,6 +30,9 @@ const chrome = {
},
getURL(path2) {
return url.pathToFileURL(path.join(__dirname, '..', 'ext', path2.replace(/^\//, '')));
+ },
+ sendMessage() {
+ // NOP
}
}
};