diff options
author | siikamiika <siikamiika@users.noreply.github.com> | 2020-03-02 10:35:46 +0200 |
---|---|---|
committer | siikamiika <siikamiika@users.noreply.github.com> | 2020-03-02 10:35:46 +0200 |
commit | bd48d2f919e1387063c66ef91c40ec86a1131118 (patch) | |
tree | 8116d3efa3199d6664592c86d8530548113a01cb /test | |
parent | 967e99b7f69d24fc76999675cef44b919602dd31 (diff) |
fix Yomichan core message issues
Diffstat (limited to 'test')
-rw-r--r-- | test/test-database.js | 3 |
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 } } }; |