Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
public
/
sequelize
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
不要怂,就是干,撸起袖子干!
Commit c06a6da8
authored
Jan 20, 2014
by
Sascha Depold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
allow setImmediate and clearImmediate as globals
1 parent
83597eef
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
Makefile
Makefile
View file @
c06a6da
...
@@ -13,9 +13,9 @@ teaser:
...
@@ -13,9 +13,9 @@ teaser:
test
:
test
:
@
if
[
"
$$
GREP"
]
;
then
\
@
if
[
"
$$
GREP"
]
;
then
\
make teaser
&&
./node_modules/mocha/bin/mocha --check-leaks --colors -t 10000 --reporter
$(REPORTER)
-g
"
$$
GREP"
$(TESTS)
;
\
make teaser
&&
./node_modules/mocha/bin/mocha --
globals setImmediate,clearImmediate --
check-leaks --colors -t 10000 --reporter
$(REPORTER)
-g
"
$$
GREP"
$(TESTS)
;
\
else
\
else
\
make teaser
&&
./node_modules/mocha/bin/mocha --check-leaks --colors -t 10000 --reporter
$(REPORTER)
$(TESTS)
;
\
make teaser
&&
./node_modules/mocha/bin/mocha --
globals setImmediate,clearImmediate --
check-leaks --colors -t 10000 --reporter
$(REPORTER)
$(TESTS)
;
\
fi
fi
cover
:
cover
:
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment