Skip to content

Commit

Permalink
remove old code
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiller1990 committed Dec 8, 2022
1 parent 58c3fd1 commit 3b0a741
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions npm/vite-dev-server/cypress/e2e/vite-dev-server.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,6 @@ describe('Config options', () => {
cy.waitForSpecToFinish()
cy.get('.passed > .num').should('contain', 1)
cy.withCtx(async (ctx) => {
await ctx.actions.file.writeFileInProject(
'src/App.jsx', `
import React from 'react'
export const App = () => {
return (
<div className='bg-blue-100'>
Hello
</div>
)
}
`,
)

// Add a new spec with bg-blue-100 that asserts the style is correct
// If HMR + Tailwind is working properly, it'll pass.
await ctx.actions.file.writeFileInProject(
Expand Down

0 comments on commit 3b0a741

Please sign in to comment.