- Notifications
You must be signed in to change notification settings - Fork0
📔 Comparison sorting specification for JavaScript
License
NotificationsYou must be signed in to change notification settings
comparison-sorting/specification
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
In-place sorting specification for JavaScript.Seedocs.Parent isjs-sort.
importavafrom'ava';import*asspecfrom'@comparison-sorting/specification';spec.test(ava,// Any testing library exhibiting the same interface as `ava`.[['mock',// Name of the implementation.(compare,a,i,j)=>spec.mock(compare,a,i,j),// Sorting implementation.]],{length:[24,1000],// Array lengths to test.array:[Int8Array],// Array types to test.});
About
📔 Comparison sorting specification for JavaScript
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors6
Uh oh!
There was an error while loading.Please reload this page.