Skip to content

Commit cb6d45a

Browse files
Updating instructions.append.md to address the skipped test (#2671)
* Updating append.instructions.md to address the skipped test * Update exercises/practice/pythagorean-triplet/.docs/instructions.append.md Co-authored-by: Derk-Jan Karrenbeld <derk-jan+github@karrenbeld.info> --------- Co-authored-by: Derk-Jan Karrenbeld <derk-jan+github@karrenbeld.info>
1 parent 2d66526 commit cb6d45a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
# Instructions append
22

33
By default, only `sum` is given to the `triplets` function, but it may optionally also receive `minFactor` and/or `maxFactor`. When these are given, make sure _each_ factor of the triplet is at least `minFactor` and at most `maxFactor`.
4+
5+
<!-- prettier-ignore-start -->
6+
~~~exercism/advanced
7+
If you're solving this using the CLI, there's a test case involving large numbers that's currently skipped to avoid timeouts in our test runner.
8+
You can enable it if you want by removing the `.skip`, just be aware that it may take a while to run.
9+
~~~
10+
<!-- prettier-ignore-end -->

0 commit comments

Comments
 (0)