Skip to content

Commit

Permalink
vitest import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
matttdawson committed Feb 2, 2025
1 parent 755cd7b commit e88092f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
5 changes: 3 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react",
"react-component"
],
"main": "dist/step-ag-grid.cjs.js",
"main": "dist/step-ag-grid.cjs",
"type": "module",
"typings": "dist/src/index.d.ts",
"module": "dist/step-ag-grid.esm.js",
Expand All @@ -37,14 +37,13 @@
"dependencies": {
"clsx": "^2.1.1",
"debounce-promise": "^3.1.2",
"lodash-es": ">=4",
"matcher": "^5.0.0",
"react-transition-state": "^2.2.0",
"usehooks-ts": "^3.1.0"
},
"scripts": {
"build": "run-s clean stylelint lint css bundle",
"yalc": "run-s clean css bundle && yalc publish",
"yalc": "run-s clean css bundle && yalc push",
"clean": "rimraf dist && mkdirp ./dist",
"bundle": "rollup -c",
"stylelint": "stylelint src/**/*.scss src/**/*.css --fix",
Expand Down Expand Up @@ -109,6 +108,7 @@
"chromatic": "^11.25.1",
"css-loader": "^7.1.2",
"jsdom": "^26.0.0",
"lodash-es": "^4.17.21",
"mkdirp": "^3.0.1",
"npm-run-all": "^4.1.5",
"postcss": "^8.5.1",
Expand Down
1 change: 1 addition & 0 deletions src/contexts/GridContextProvider.test.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { ValueFormatterParams } from 'ag-grid-community';
import { describe, expect, test } from 'vitest';

import { downloadCsvUseValueFormattersProcessCellCallback as Dpcc } from './GridContextProvider';

Expand Down

0 comments on commit e88092f

Please sign in to comment.