standardize by hand
This commit is contained in:
parent
cfdfdc8ccc
commit
e6698102c9
13 changed files with 34 additions and 33 deletions
|
@ -18,7 +18,7 @@ describe('electron module', function () {
|
|||
electron.hideInternalModules()
|
||||
try {
|
||||
require('clipboard')
|
||||
} catch(err) {
|
||||
} catch (err) {
|
||||
assert.equal(err.message, "Cannot find module 'clipboard'")
|
||||
done()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue