Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
onesignal-node
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
CI / CD
CI / CD
Pipelines
Schedules
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Cedar Studios
onesignal-node
Commits
86e0fa24
Commit
86e0fa24
authored
Jul 28, 2017
by
=
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test
parent
95b9e313
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
8 deletions
+2
-8
test.js
test/test.js
+2
-8
No files found.
test/test.js
View file @
86e0fa24
'use strict'
;
'use strict'
;
var
expect
=
require
(
'chai'
).
expect
;
var
expect
=
require
(
'chai'
).
expect
;
var
OneSignal
=
require
(
'../lib'
);
var
OneSignal
=
require
(
'../lib'
);
\ No newline at end of file
// first we need to create a client
var
myClient
=
new
OneSignal
.
Client
({
userAuthKey
:
'XXXXXX'
,
app
:
{
appAuthKey
:
'XXXXX'
,
appId
:
'XXXXX'
}
});
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment