Skip to content

Commit

Permalink
Remove unnecessary comments
Browse files Browse the repository at this point in the history
Co-authored-by: An Yu <[email protected]>
  • Loading branch information
kardolus and anyu committed Oct 31, 2018
1 parent 6f951f5 commit 174cce3
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions build/build_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,24 +168,6 @@ func testBuild(t *testing.T, when spec.G, it spec.S) {
Expect(err).ToNot(HaveOccurred())
})
})

//when("launch layer metadata is different", func() {
// it.Before(func() {
//
// })
// it("installs node_modules in cache layer", func() {
//
// })
//})
//
//when("launch layer metadata is the same", func() {
// it.Before(func() {
//
// })
// it("installs node_modules in cache layer", func() {
//
// })
//})
})

when("when launch is set to true", func() {
Expand Down

0 comments on commit 174cce3

Please sign in to comment.