diff options
| author | siikamiika <siikamiika@users.noreply.github.com> | 2020-03-04 05:30:48 +0200 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-04 05:30:48 +0200 | 
| commit | 6e47b4e241594d68384f62b1faa34c86f85addbf (patch) | |
| tree | d70452c259d1aeff36c7a9485cca137b64c58405 /test | |
| parent | 46fee07d36b3966af9bacca8c6253b044bde07ee (diff) | |
| parent | de8d9e6bf12f693d6579a2fb965fd7597a04288c (diff) | |
Merge pull request #386 from siikamiika/simplify-backend-prepare
Simplify backend prepare
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          }      }  }; |