Skip to content

Commit

Permalink
fix cli integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pieh committed Feb 17, 2021
1 parent 1048eda commit 39e9080
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions integration-tests/gatsby-cli/__tests__/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ describe(`gatsby build`, () => {
logs.should.contain(`success open and validate gatsby-configs`)
logs.should.contain(`success load plugins`)
logs.should.contain(`success onPreInit`)
logs.should.contain(
`success delete html and css files from previous builds`
)
logs.should.contain(`success initialize cache`)
logs.should.contain(`success copy gatsby files`)
logs.should.contain(`success onPreBootstrap`)
Expand Down

0 comments on commit 39e9080

Please sign in to comment.