Skip to content

Commit

Permalink
test: fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghosh committed Nov 6, 2021
1 parent 401a030 commit 17da32c
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ describe('run', () => {
it('transforms the root stack using the pre-push modifier', async () => {
// setup
const context_stub = {
pluginPlatform: {
plugins: {
core: [{ packageVersion: '5.2' }],
},
},
exeInfo: {
isNewEnv: true,
projectConfig: {
Expand Down

0 comments on commit 17da32c

Please sign in to comment.