Skip to content

Commit

Permalink
rm it.only
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Oct 24, 2023
1 parent 654b9ee commit 130c2da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ describe('Config Experimental Warning', () => {
expect(stdout).toMatch(' · instrumentationHook')
})

it.only('should show unrecognized experimental features in warning but not in start log experiments section', async () => {
it('should show unrecognized experimental features in warning but not in start log experiments section', async () => {
configFile.write(`
module.exports = {
experimental: {
Expand Down

0 comments on commit 130c2da

Please sign in to comment.