Skip to content

Commit

Permalink
test: 修复单测问题
Browse files Browse the repository at this point in the history
  • Loading branch information
anotherso1a committed Dec 13, 2023
1 parent aebcb17 commit 4c03a74
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/api-proxy/__tests__/web/action-sheet.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { dispatchTap } from '../../../../test/utils/touch'

describe('test toast', () => {
afterAll(() => {
document.body.lastChild.remove()
// document.body.lastChild.remove()
})
test('should show actionSheet', () => {
const A = 'A'
Expand Down
2 changes: 1 addition & 1 deletion packages/api-proxy/__tests__/web/modal.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {

describe('test modal', () => {
afterAll(() => {
document.body.lastChild.remove()
// document.body.lastChild.remove()
})

test('should show actionSheet', () => {
Expand Down
2 changes: 1 addition & 1 deletion packages/api-proxy/__tests__/web/toast.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {

describe('test toast', () => {
afterAll(() => {
document.body.lastChild.remove()
// document.body.lastChild.remove()
})

test('should show normal toast', done => {
Expand Down

0 comments on commit 4c03a74

Please sign in to comment.