Skip to content

Commit

Permalink
Moar fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eternauta1337 committed Feb 29, 2024
1 parent bf769d8 commit cb84d9f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions packages/ethernaut-ui/test/tasks/navigate.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ describe('navigate', function () {
})

it('shows utils', async function () {
terminal.has('to-bytes')
terminal.has('to-string')
terminal.has('bytes')
terminal.has('string')
terminal.has('unit')
})

Expand All @@ -53,8 +53,8 @@ describe('navigate', function () {
})

it('does not show utils', async function () {
terminal.notHas('to-bytes')
terminal.notHas('to-string')
terminal.notHas('bytes')
terminal.notHas('string')
terminal.notHas('unit')
})

Expand All @@ -64,8 +64,8 @@ describe('navigate', function () {
})

it('shows utils', async function () {
terminal.has('to-bytes')
terminal.has('to-string')
terminal.has('bytes')
terminal.has('string')
terminal.has('unit')
})

Expand All @@ -83,8 +83,8 @@ describe('navigate', function () {
})

it('doesnt show the other utils', async function () {
terminal.notHas('to-bytes')
terminal.notHas('to-string')
terminal.notHas('bytes')
terminal.notHas('string')
})

describe('when continuing to autocomplete', function () {
Expand Down

0 comments on commit cb84d9f

Please sign in to comment.