Skip to content

Commit

Permalink
Remove babel-jest and inline record reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
texodus committed Jan 11, 2023
1 parent 542671b commit f163e04
Show file tree
Hide file tree
Showing 39 changed files with 3,097 additions and 3,642 deletions.
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,8 @@
"python/perspective"
],
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"@types/ws": "^7.2.2",
"arraybuffer-loader": "^1.0.2",
"babel-jest": "^25.1.0",
"chalk": "^2.4.2",
"cpy-cli": "^3.1.1",
"css-loader": "^0.28.7",
Expand All @@ -56,7 +52,7 @@
"html-webpack-plugin": "^5.1.0",
"husky": "^7.0.4",
"inquirer": "^7.0.0",
"jest": "^25.1.0",
"jest": "^29.3.1",
"jest-junit": "^10.0.0",
"jsdoc": "3.5.5",
"jsdoc-babel": "^0.5.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/perspective-jupyterlab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"bench:run": "echo \"No Benchmarks\"",
"clean:screenshots": "rimraf \"screenshots/**/*.@(failed|diff).png\"",
"test:build": "cpy \"test/html/*\" dist/umd && cpy \"test/csv/*\" dist/umd && cpy \"test/css/*\" dist/umd && node build.js --test",
"test:run": "jest --rootDir=. --config=test/config/jest.config.js --color --verbose",
"test:run": "jest --rootDir=. --config=test/config/jest.config.js --color",
"test:jupyter:build": "cpy \"test/html/*\" dist/umd && cpy \"test/arrow/*\" dist/umd && cpy \"test/css/*\" dist/umd",
"test:jupyter:run": "__JUPYTERLAB_PORT__=6538 jest --rootDir=. --config=test/config/jupyter/jest.config.js --color --verbose",
"test:jupyter:run": "__JUPYTERLAB_PORT__=6538 jest --rootDir=. --config=test/config/jupyter/jest.config.js --color",
"test": "npm-run-all test:build test:run",
"test:jupyter": "npm-run-all test:jupyter:build test:jupyter:run",
"build": "node build.js",
Expand Down
10 changes: 6 additions & 4 deletions packages/perspective-viewer-d3fc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@
"bench:run": "echo \"No Benchmarks\"",
"prebuild": "mkdirp dist/esm",
"build": "node ./build.js",
"test:build": "cpy --cwd test \"html/*\" ../dist/umd",
"watch": ":",
"test:build": "cpy \"test/html/*\" dist/umd",
"test:run": "jest --rootDir=. --config=../../tools/perspective-test/jest.config.js --color",
"test:unit": "jest --rootDir=. --roots=test/js/unit --config=../../tools/perspective-test/jest.config.js --color --runInBand",
"test": "npm-run-all test:build test:run",
Expand All @@ -57,12 +56,15 @@
"@finos/perspective": "^1.9.0",
"@finos/perspective-viewer": "^1.9.0",
"chroma-js": "^1.3.4",
"d3": "^7.1.1",
"d3fc": "^15.2.4",
"d3-selection": "^3.0.0",
"d3-array": "^3.2.1",
"d3-svg-legend": "^2.25.6",
"d3fc": "15.2.4",
"d3": "^7.8.0",
"gradient-parser": "1.0.2"
},
"devDependencies": {
"@finos/perspective-esbuild-plugin": "^1.9.0",
"@finos/perspective-test": "^1.9.0"
}
}

This file was deleted.

This file was deleted.

129 changes: 0 additions & 129 deletions packages/perspective-viewer-d3fc/test/js/unit/data/testTreeData.js

This file was deleted.

This file was deleted.

Loading

0 comments on commit f163e04

Please sign in to comment.