Skip to content
Why GitHub?
Features
→
Code review
Project management
Integrations
Actions
Packages
Security
Team management
Social coding
Documentation
Code hosting
Customer stories
→
Security
→
Enterprise
Explore
Explore GitHub
→
Learn & contribute
Topics
Collections
Trending
Learning Lab
Open source guides
Connect with others
Events
Community forum
GitHub Education
Marketplace
Pricing
Plans
→
Compare plans
Contact Sales
Nonprofit
→
Education
→
In this repository
All GitHub
↵
Jump to
↵
No suggested jump to results
In this repository
All GitHub
↵
Jump to
↵
In this repository
All GitHub
↵
Jump to
↵
Sign in
Sign up
Watch
15
Star
559
Fork
38
davidmerfield
/
Blot
Code
Issues
0
Pull requests
15
Security
Insights
Permalink
Browse files
Loading status checks…
Updates endpoints test
Loading branch information
davidmerfield
committed
Nov 24, 2019
1 parent
bf59ec9
commit
b711d32f9c3103332df2033375a92cd7112a533d
Unified
Split
Showing
1 changed file
with
1 addition
and
1 deletion
.
+1
−1
tests/app/endpoints.js
2
tests/app/endpoints.js
Show comments
View file
Edit file
Delete file
@@ -1,6 +1,6 @@
describe
(
"
Blot endpoints
"
,
function
() {
var
request
=
require
(
"
request
"
);
var
START_MESSAGE
=
"
Blot is
listening on port
"
;
var
START_MESSAGE
=
"
app
listening on port
"
;
var
server;
var
has_err
=
false
;
Toggle all file notes
0 comments on commit
b711d32
Please
sign in
to comment.
You can’t perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
0 comments on commit
b711d32