Ivan Keliukh
c279760c8e
test: make sigint test to actually check child pid ( #1656 )
2020-01-22 16:05:57 +00:00
Remy Sharp
b875ffc9c0
test: clean string for trigger check
2015-10-19 12:27:53 +01:00
Remy Sharp
7496f08330
fix: incorrectly exiting when required
...
test: updated travis tests
2015-09-09 22:29:26 +01:00
Remy Sharp
1f002f61d3
Blinking nodemon.json file was missing from git!
2015-01-16 21:56:49 +00:00
Remy Sharp
fa7826a2ac
Fixed event binding to nodemon not bus
2015-01-16 17:36:25 +00:00
Remy Sharp
2647156034
Diagnosing Travis error (VM)
2015-01-16 13:47:20 +00:00
Remy Sharp
6f6d7ae496
Early support for event callbacks
...
Allows user to have event handlers in the nodemon config, such as:
{
"events": {
"crash": "say 'your app crashed'",
"start": "echo 'App started' | tee app.log"
}
}
2014-12-09 22:56:02 +00:00
Remy Sharp
bab695de97
Fixing tests on windows
2014-12-09 22:06:15 +00:00
Remy Sharp
f5d4339eee
Testing events fire on api
2014-12-09 14:45:39 +00:00
Remy Sharp
80e8f7598f
Early testing for event tests
2014-12-09 11:09:29 +00:00
Remy Sharp
96bd4b3e79
Fixed tests on Mac
...
Specifically race conditions where the child process was being left running still
2014-12-04 22:07:34 +00:00
remy
cbfb0f9496
When watching, ignore flag file
2014-12-04 07:52:19 -05:00
Remy Sharp
ee497c9364
Use different server ports for testing
...
Also changed tests so that they run individually instead of in one whacking group. It does mean I can't run `npm test` on windows, but I'm happy to run manually for now.
2014-12-02 13:44:41 +00:00
Remy Sharp
c4a7e071b1
Adding support for package.scripts.start
...
Ref #330
2014-05-28 12:46:56 +01:00
Remy Sharp
2a2f1260e4
If no script, default is null, not -1. Fixes #265
...
Includes test and exposing the command run for debugging.
2014-01-21 07:57:27 +00:00
Remy Sharp
21acd841d6
MOAR test coverage. 71% - good enough for 1.0.0 release
2013-12-12 16:51:59 +00:00
Remy Sharp
d092d71775
Ignore .git & node_modules/**/node_modules by default. Closes #230
...
Also linting, tests and cleaned up filename that's echoed triggering the change
2013-12-05 00:12:24 +00:00