Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
eternauta1337 committed Apr 1, 2024
1 parent 35fa953 commit 45bd3cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/ethernaut-cli/test/navigate.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ describe('navigation', function () {
terminal.notHas('test')
terminal.notHas('navigate')
terminal.notHas('run Runs a user-defined')
terminal.notHas('node')
terminal.notHas('node Starts')
terminal.notHas('help')
terminal.notHas('console')
})
Expand All @@ -47,7 +47,7 @@ describe('navigation', function () {
terminal.has('edit')
terminal.has('info')
terminal.has('list')
terminal.has('node Starts')
terminal.has('node')
terminal.has('remove')
})
})
Expand Down
3 changes: 0 additions & 3 deletions packages/ethernaut-interact-ui/test/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,3 @@ const { loadProject, muteOutput } = require('ethernaut-common/src/test/setup')

muteOutput()
loadProject('test/fixture-projects/basic-project')

// Fixes nyc not collecting coverage from subprocesses
require('../../ethernaut-interact/src/index')

0 comments on commit 45bd3cf

Please sign in to comment.