Skip to content

Commit

Permalink
undo only
Browse files Browse the repository at this point in the history
  • Loading branch information
kavigupta committed Sep 16, 2024
1 parent e42d8b3 commit e35bddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/test/article_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {

urbanstatsFixture('longer article test', '/article.html?longname=California%2C+USA')

test.only('california-article-test', async (t) => {
test('california-article-test', async (t) => {
// screenshot path: images/first_test.png
await screencap(t, 'article/california')
})
Expand Down

0 comments on commit e35bddc

Please sign in to comment.