Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
chu121su12 committed Jun 21, 2022
1 parent 378b6b8 commit 7a17ed6
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions test/order.test.ts
Expand Up @@ -124,14 +124,11 @@ describe('order', () => {
if (m) {
return {
matcher: input.slice(m[0].length),
handle: (input, next) => next({
...input,
selector: `${m[1]} ${input.selector}`,
sort: {
pre: -1,
post: 1,
}[m[1]],
}),
selector: s => `${m[1]} ${s}`,
sort: {
pre: -1,
post: 1,
}[m[1]],
}
}
},
Expand Down

0 comments on commit 7a17ed6

Please sign in to comment.