We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1a4654 commit e683e0dCopy full SHA for e683e0d
test/integration/index.spec.js
@@ -235,7 +235,7 @@ describe('queryFilter()', function () {
235
236
it('should return req.query with set period and date_end param', function (done) {
237
const now = new Date();
238
- const today = dateToString(new Date(now.getFullYear(), now.getMonth(), now.getDate() + 1))
+ const today = dateToString(new Date(now.getFullYear(), now.getMonth(), now.getDate()))
239
const beforeToday = dateToString(new Date(now.getFullYear(), now.getMonth(), now.getDate()))
240
241
const expect_filters = {
0 commit comments