Skip to content

Commit

Permalink
style(eslint): apply fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
NickDJM committed Sep 15, 2023
1 parent 1d75735 commit 8f5ffd2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/menus/Bootstrap5DisclosureMenu/protected.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Tests for protected methods of Bootstrap5DisclosureMenu class.
*
* @todo: Add tests for: _disableBootstrapDropdownBehaviour().
* @todo Add tests for: _disableBootstrapDropdownBehaviour().
*/

import { describe, it, expect } from "vitest";
Expand Down
2 changes: 1 addition & 1 deletion tests/menus/Bootstrap5Menubar/protected.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Tests for protected methods of Bootstrap5Menubar class.
*
* @todo: Add tests for: _disableBootstrapDropdownBehaviour().
* @todo Add tests for: _disableBootstrapDropdownBehaviour().
*/

import { describe, it, expect } from "vitest";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Tests for protected methods of Bootstrap5TopLinkDisclosureMenu class.
*
* @todo: Add tests for: _disableBootstrapDropdownBehaviour().
* @todo Add tests for: _disableBootstrapDropdownBehaviour().
*/

import { describe, it, expect } from "vitest";
Expand Down
2 changes: 1 addition & 1 deletion tests/menus/Bootstrap5Treeview/protected.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Tests for protected methods of Bootstrap5Treeview class.
*
* @todo: Add tests for: _disableBootstrapDropdownBehaviour().
* @todo Add tests for: _disableBootstrapDropdownBehaviour().
*/

import { describe, it, expect } from "vitest";
Expand Down

0 comments on commit 8f5ffd2

Please sign in to comment.