Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/javascriptdata/danfojs into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
risenW committed Jan 12, 2022
2 parents eabef8a + 3688db4 commit df75783
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/danfojs-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"seedrandom": "^2.4.3",
"stream-json": "^1.7.3",
"table": "6.7.1",
"xlsx": "^0.17.2"
"xlsx": "^0.17.2",
"seedrandom": "^2.4.3"
},
"scripts": {
"test": "karma start --single-run --browsers ChromeHeadless karma.conf.js",
Expand Down
4 changes: 3 additions & 1 deletion src/danfojs-browser/tests/core/daterange.test.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* eslint-disable no-undef */

describe("dfd.dateRange", function(){

// it("Obtain date between start and end specified", function(){
Expand All @@ -7,7 +9,7 @@ describe("dfd.dateRange", function(){
// '4/25/2018, 1:00:00 AM',
// '4/26/2018, 1:00:00 AM',
// '4/27/2018, 1:00:00 AM'
// ]
// ]
// assert.deepEqual(d,rslt)
// });
it("Obtain date between start with end not specified, but period and freq specified", function(){
Expand Down

0 comments on commit df75783

Please sign in to comment.