Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
simcaq-node
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
simcaq
simcaq-node
Commits
28c0be22
Commit
28c0be22
authored
8 years ago
by
João Victor Tozatti Risso
Browse files
Options
Downloads
Patches
Plain Diff
Add dirty-chai to tests
Signed-off-by:
João Victor Tozatti Risso
<
jvtr12@inf.ufpr.br
>
parent
fada9841
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!7
Refactor enrollments route to include query building
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/test/test.js
+4
-0
4 additions, 0 deletions
src/test/test.js
with
4 additions
and
0 deletions
src/test/test.js
+
4
−
0
View file @
28c0be22
const
chai
=
require
(
'
chai
'
);
const
dirtyChai
=
require
(
'
dirty-chai
'
);
chai
.
use
(
dirtyChai
);
const
chaiHttp
=
require
(
'
chai-http
'
);
const
assert
=
chai
.
assert
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment