Skip to content

Commit

Permalink
add comments to update js tests when navigation is implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
helenb committed Jan 4, 2024
1 parent 1376cf4 commit 31bc06b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import DesktopSubMenu from './desktop-sub-menu';

// todo: update markup when navigation is implemented

Check warning on line 3 in tbx/static_src/javascript/components/desktop-sub-menu.test.js

View workflow job for this annotation

GitHub Actions / test_js

Unexpected 'todo' comment: 'todo: update markup when navigation is...'
describe('DesktopSubMenu', () => {
beforeEach(() => {
document.body.innerHTML = `
Expand Down
2 changes: 2 additions & 0 deletions tbx/static_src/javascript/components/mobile-menu.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import MobileMenu from './mobile-menu';

// todo: update markup when navigation is implemented

Check warning on line 3 in tbx/static_src/javascript/components/mobile-menu.test.js

View workflow job for this annotation

GitHub Actions / test_js

Unexpected 'todo' comment: 'todo: update markup when navigation is...'

describe('MobileMenu', () => {
beforeEach(() => {
document.body.innerHTML = `
Expand Down

0 comments on commit 31bc06b

Please sign in to comment.