Skip to content
Snippets Groups Projects
Commit 28c0be22 authored by João Victor Tozatti Risso's avatar João Victor Tozatti Risso
Browse files

Add dirty-chai to tests

parent fada9841
No related branches found
No related tags found
1 merge request!7Refactor enrollments route to include query building
const chai = require('chai');
const dirtyChai = require('dirty-chai');
chai.use(dirtyChai);
const chaiHttp = require('chai-http');
const assert = chai.assert;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment