Skip to content

Commit

Permalink
Changes after review
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-m-dev committed Sep 23, 2024
1 parent 18d27a4 commit 049c8b5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions packages/xo-collection/src/collection.test.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import fromEvent from 'promise-toolbox/fromEvent'
import forEach from 'lodash/forEach.js'

import assert from 'assert'
import { test, describe, beforeEach } from 'node:test'
import { beforeEach, describe, test } from 'node:test'
import forEach from 'lodash/forEach.js'
import fromEvent from 'promise-toolbox/fromEvent'

import { Collection, DuplicateItem, NoSuchItem } from 'xo-collection'

Expand Down

0 comments on commit 049c8b5

Please sign in to comment.