Skip to content

Commit

Permalink
test: remove .only modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
arianrhodsandlot committed Jan 28, 2024
1 parent 6b5c4cc commit 6285625
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 @@ -189,7 +189,7 @@ describe('nostalgist', () => {
expect(options.size).toEqual({ width: 100, height: 100 })
})

test.only('Nostalgist.launch with shaders', async () => {
test('Nostalgist.launch with shaders', async () => {
const nostalgist = await Nostalgist.launch({
core: 'fceumm',
rom: 'flappybird.nes',
Expand Down

0 comments on commit 6285625

Please sign in to comment.