projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0eefb28
)
Tweak spec description
author
Kevin Sawicki
<kevinsawicki@gmail.com>
Thu, 28 Apr 2016 18:21:52 +0000
(11:21 -0700)
committer
Kevin Sawicki
<kevinsawicki@gmail.com>
Fri, 6 May 2016 17:12:55 +0000
(10:12 -0700)
spec/api-app-spec.js
patch
|
blob
|
history
diff --git
a/spec/api-app-spec.js
b/spec/api-app-spec.js
index
d631d9a
..
b78700f
100644
(file)
--- a/
spec/api-app-spec.js
+++ b/
spec/api-app-spec.js
@@
-9,7
+9,7
@@
const app = remote.require('electron').app
const BrowserWindow = remote.require('electron').BrowserWindow
describe('electron module', function () {
- it('
prevents exposing
internal modules to require', function () {
+ it('
does not expose
internal modules to require', function () {
assert.throws(function () {
require('clipboard')
}, /Cannot find module 'clipboard'/)