Skip to content

Commit dccda60

Browse files
authored
Merge 8b17ed7 into af4ff8f
2 parents af4ff8f + 8b17ed7 commit dccda60

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

src/index.ts

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -86,23 +86,6 @@ export function wordsWithSpace(
8686
}
8787
}
8888

89-
/**
90-
* Chars checks the two given strings line-by-line for equality.
91-
* Extra whitespace is ignored.
92-
* If there are any differences, it throws an exception with a Bash-colored diff as the error message.
93-
*/
94-
// export function arrays(
95-
// actual: Array<Object>,
96-
// expected: Array<Object>,
97-
// message = "mismatching arrays"
98-
// ) {
99-
// checkArgsExist(actual, expected)
100-
// const differences = diff.diffArrays(expected, actual)
101-
// if (differences.length > 1) {
102-
// throw new Error(`${message}:\n\n${renderDiff(differences)}`)
103-
// }
104-
// }
105-
10689
/** returns the color function to render the given diff part */
10790
function getColor(part: diff.Change): colorette.Color {
10891
if (part.added) {

0 commit comments

Comments
 (0)