Skip to content

Commit 09896d8

Browse files
committed
style: update paths.test.ts
1 parent d0fa6b9 commit 09896d8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/test/lib/paths.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ describe("Path handling", function () {
3131
assert.strictEqual(_join(["foo"]), "foo");
3232
});
3333

34-
it("returns two items joined with \"and\"", function () {
34+
it('returns two items joined with "and"', function () {
3535
assert.strictEqual(_join(["foo", "bar"]), "foo and bar");
3636
});
3737

38-
it("returns three items joined with commands and an an \"and\"", function () {
38+
it('returns three items joined with commands and an an "and"', function () {
3939
assert.strictEqual(_join(["foo", "bar", "bazz"]), "foo, bar and bazz");
4040
});
4141
});

0 commit comments

Comments
 (0)