Skip to content

Commit

Permalink
Update sanitize-delta.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
lukascivil committed Jul 28, 2023
1 parent b699e68 commit e739c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/sanitize-delta.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import sanitizeDelta from './sanitize-delta'

// Models
import { Delta } from '../models/jsondiffer.model'
import { Delta } from '../models/json-difference.model'

describe('sanitizeDelta helper', () => {
test.only('Should remove unnecessary @{}', () => {
Expand Down

0 comments on commit e739c62

Please sign in to comment.