Skip to content

Commit e53a6de

Browse files
committed
test: enhance vendor test
1 parent 1e6cec3 commit e53a6de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/vendor.test.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ describe('vendor API', () => {
3737

3838
test('fetch() works', async () => {
3939
assert.match(
40-
await fetch('https://medv.io').then((res) => res.text()),
41-
/Anton Medvedev/
40+
await fetch('https://example.com').then((res) => res.text()),
41+
/Example Domain/
4242
)
4343
})
4444

0 commit comments

Comments
 (0)