Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Jun 27, 2024
1 parent feaa4e7 commit 5b51bba
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 14 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
},
"dependencies": {
"@sentry/browser": "^8.13.0",
"@tanstack/vue-virtual": "^3.7.0",
"@tanstack/vue-virtual": "3.0.0-beta.62",
"@tinyhttp/content-disposition": "^2.2.1",
"@tinyhttp/cookie": "^2.1.1",
"@types/file-saver": "^2.0.7",
Expand Down
18 changes: 9 additions & 9 deletions pnpm-lock.yaml

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

6 changes: 2 additions & 4 deletions tests/components/STable.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,7 @@ describe('components/STable', () => {
})

describe('cell number', () => {
// FIXME: .
test.skip('it displays `0` value', () => {
test('it displays `0` value', () => {
const table = useTable({
orders: ['num'],
columns: {
Expand All @@ -181,8 +180,7 @@ describe('components/STable', () => {
})

describe('summary', () => {
// FIXME: .
test.skip('it displays summary row at bottom', () => {
test('it displays summary row at bottom', () => {
const table = useTable({
orders: ['name', 'amount'],
columns: {
Expand Down

0 comments on commit 5b51bba

Please sign in to comment.