UNPKG
cocktailsort
Version:
latest (2.0.0)
2.0.0
1.0.3
1.0.2
1.0.1
1.0.0
Cocktail Sort (bidirectional bubble sort)
github.com/coderosh/cocktailsort
coderosh/cocktailsort
cocktailsort
/
jest.config.js
7 lines
(5 loc)
•
120 B
JavaScript
View Raw
1
2
3
4
5
6
7
const
config = {
preset
:
'ts-jest/presets/default-esm'
,
testMatch
: [
'**/*.test.ts'
], }
export
default
config