DefinitelyTyped/types/ramda/test
Mike Deverell 3e2903c5c7
[ramda] split tests to separate modules: 'remove' - 'take' (#45736)
* move 'remove' tests to separate file

* move 'repeat' tests to separate file

* move 'replace' tests to separate file

* move 'reverse' tests to separate file

* move 'scan' tests to separate file

* move 'set' tests to separate file

* move 'slice' tests to separate file

* move 'sort' tests to separate file

* move 'sortBy' tests to separate file

* move 'sortWith' tests to separate file

* move 'splitAt' tests to separate file

* move 'splitEvery' tests to separate file

* move 'splitWhen' tests to separate file

* move 'startsWith' tests to separate file

* move 'subtract' tests to separate file

* move 'sum' tests to separate file

* move 'symmetricDifference' tests to separate file

* move 'symmetricDifferenceWith' tests to separate file

* move 'tail' tests to separate file

* move 'take' tests to separate file
2020-07-06 16:30:42 -07:00
..
add-tests.ts
addIndex-tests.ts
all-tests.ts
allPass-tests.ts
always-tests.ts
and-tests.ts
any-tests.ts
anyPass-tests.ts
ap-tests.ts
aperture-tests.ts
append-tests.ts
apply-tests.ts
applySpec-tests.ts
assoc-tests.ts
assocPath-tests.ts
binary-tests.ts
bind-tests.ts
both-tests.ts
chain-tests.ts
clamp-tests.ts
clone-tests.ts
comparator-tests.ts
complement-tests.ts
compose-tests.ts
composeK-tests.ts
composeP-tests.ts
composeWith-tests.ts
concat-tests.ts
cond-tests.ts
construct-tests.ts
constructN-tests.ts
contains-tests.ts
converge-tests.ts
countBy-tests.ts
curry-tests.ts
dec-tests.ts
defaultTo-tests.ts
difference-tests.ts
differenceWith-tests.ts
dissoc-tests.ts
dissocPath-tests.ts
divide-tests.ts
drop-tests.ts
dropLast-tests.ts
dropLastWhile-tests.ts
dropRepeats-tests.ts
dropRepeatsWith-tests.ts
dropWhile-tests.ts
either-tests.ts
empty-tests.ts
endsWith-tests.ts
eqBy-tests.ts
eqProps-tests.ts
equals-tests.ts
evolve-tests.ts
filter-tests.ts
find-tests.ts
findIndex-tests.ts
findLast-tests.ts
findLastIndex-tests.ts
flatten-tests.ts
flip-tests.ts
forEach-tests.ts
fromPairs-tests.ts
groupBy-tests.ts
groupWith-tests.ts
gt-tests.ts
gte-tests.ts
has-tests.ts
hasIn-tests.ts
hasPath-tests.ts
head-tests.ts
identical-tests.ts
identity-tests.ts
ifElse-tests.ts
includes-tests.ts
indexBy-tests.ts
indexOf-tests.ts
init-tests.ts
innerJoin-tests.ts
insert-tests.ts
insertAll-tests.ts
intersection-tests.ts
intersperse-tests.ts
into-tests.ts
invert-tests.ts
invertObj-tests.ts
invoker-tests.ts
is-tests.ts
isEmpty-tests.ts
join-tests.ts
juxt-tests.ts
keys-tests.ts
keysIn-tests.ts
last-tests.ts
lastIndexOf-tests.ts
length-tests.ts
lens-tests.ts
lensIndex-tests.ts
lensProp-tests.ts
lt-tests.ts
lte-tests.ts
map-tests.ts
mapAccum-tests.ts
mapAccumRight-tests.ts
mapObjIndexed-tests.ts
mathMod-tests.ts
max-tests.ts
maxBy-tests.ts
mean-tests.ts
median-tests.ts
memoizeWith-tests.ts
merge-tests.ts
mergeAll-tests.ts
mergeDeepLeft-tests.ts
mergeDeepRight-tests.ts
mergeDeepWith-tests.ts
mergeDeepWithKey-tests.ts
mergeLeft-tests.ts
mergeRight-tests.ts
mergeWith-tests.ts
mergeWithKey-tests.ts
min-tests.ts
minBy-tests.ts
modulo-tests.ts
move-tests.ts
multiply-tests.ts
nAry-tests.ts
negate-tests.ts
none-tests.ts
not-tests.ts
nth-tests.ts
nthArg-tests.ts
o-tests.ts
objOf-tests.ts
of-tests.ts
omit-tests.ts
once-tests.ts
or-tests.ts
over-tests.ts
pair-tests.ts
partial-tests.ts
partialRight-tests.ts
partition-tests.ts
path-tests.ts
pathEq-tests.ts
pathOr-tests.ts
paths-tests.ts Feature/43320 take two (#44989) 2020-07-01 19:48:16 -04:00
pathSatisfies-tests.ts
pick-tests.ts
pickAll-tests.ts
pickBy-tests.ts
pipe-tests.ts
pipeK-tests.ts
pipeP-tests.ts
pipeWith-tests.ts
pluck-tests.ts
prepend-tests.ts
product-tests.ts
project-tests.ts
prop-tests.ts
propEq-tests.ts
propIs-tests.ts
propOr-tests.ts
props-tests.ts
propSatisfies-tests.ts
range-tests.ts
reduce-tests.ts
reduceBy-tests.ts
reduceRight-tests.ts
reduceWhile-tests.ts
reject-tests.ts
remove-tests.ts [ramda] split tests to separate modules: 'remove' - 'take' (#45736) 2020-07-06 16:30:42 -07:00
repeat-tests.ts [ramda] split tests to separate modules: 'remove' - 'take' (#45736) 2020-07-06 16:30:42 -07:00
replace-tests.ts [ramda] split tests to separate modules: 'remove' - 'take' (#45736) 2020-07-06 16:30:42 -07:00
reverse-tests.ts [ramda] split tests to separate modules: 'remove' - 'take' (#45736) 2020-07-06 16:30:42 -07:00
scan-tests.ts [ramda] split tests to separate modules: 'remove' - 'take' (#45736) 2020-07-06 16:30:42 -07:00
set-tests.ts [ramda] split tests to separate modules: 'remove' - 'take' (#45736) 2020-07-06 16:30:42 -07:00
slice-tests.ts [ramda] split tests to separate modules: 'remove' - 'take' (#45736) 2020-07-06 16:30:42 -07:00
sort-tests.ts [ramda] split tests to separate modules: 'remove' - 'take' (#45736) 2020-07-06 16:30:42 -07:00
sortBy-tests.ts [ramda] split tests to separate modules: 'remove' - 'take' (#45736) 2020-07-06 16:30:42 -07:00
sortWith-tests.ts [ramda] split tests to separate modules: 'remove' - 'take' (#45736) 2020-07-06 16:30:42 -07:00
splitAt-tests.ts [ramda] split tests to separate modules: 'remove' - 'take' (#45736) 2020-07-06 16:30:42 -07:00
splitEvery-tests.ts [ramda] split tests to separate modules: 'remove' - 'take' (#45736) 2020-07-06 16:30:42 -07:00
splitWhen-tests.ts [ramda] split tests to separate modules: 'remove' - 'take' (#45736) 2020-07-06 16:30:42 -07:00
startsWith-tests.ts [ramda] split tests to separate modules: 'remove' - 'take' (#45736) 2020-07-06 16:30:42 -07:00
subtract-tests.ts [ramda] split tests to separate modules: 'remove' - 'take' (#45736) 2020-07-06 16:30:42 -07:00
sum-tests.ts [ramda] split tests to separate modules: 'remove' - 'take' (#45736) 2020-07-06 16:30:42 -07:00
symmetricDifference-tests.ts [ramda] split tests to separate modules: 'remove' - 'take' (#45736) 2020-07-06 16:30:42 -07:00
symmetricDifferenceWith-tests.ts [ramda] split tests to separate modules: 'remove' - 'take' (#45736) 2020-07-06 16:30:42 -07:00
tail-tests.ts [ramda] split tests to separate modules: 'remove' - 'take' (#45736) 2020-07-06 16:30:42 -07:00
take-tests.ts [ramda] split tests to separate modules: 'remove' - 'take' (#45736) 2020-07-06 16:30:42 -07:00