Skip to content

Commit

Permalink
test: remove test.only
Browse files Browse the repository at this point in the history
  • Loading branch information
arianrhodsandlot committed Feb 7, 2024
1 parent ef4e0bf commit 50a3318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/nostalgist.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ describe('nostalgist', () => {
}
})

test.only('Nostalgist.launch with nested options', async () => {
test('Nostalgist.launch with nested options', async () => {
Nostalgist.configure({
retroarchConfig: {
input_audio_mute: 'a',
Expand Down

0 comments on commit 50a3318

Please sign in to comment.