docs: cleanup

This commit is contained in:
calebboyd
2017-09-10 20:18:37 -05:00
parent ad279e6daf
commit bc2a637cc4
4 changed files with 13 additions and 11 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ describe('Targets', () => {
['alpine-notsupported-6.10.3', `alpine-${arch}-6.10.3`],
['not-a-thing', getTarget(process).toString()]
].forEach(([input, expected]) => {
it(`${padRight(JSON.stringify(input), 53)} ${b('->')} ${expected}`, () => {
it(`should accept: ${padRight(JSON.stringify(input), 53)} ${b('->')} ${expected}`, () => {
expect(getTarget(input).toString()).to.equal(expected)
})
})