Skip to content

Commit

Permalink
test: correct search spec title
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Oct 31, 2024
1 parent 00a219b commit e1fe8ef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/spec/features/search/searchSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ import {

import search from '../../../../lib/features/search';

describe('search', function() {

describe('lib/features/search', function() {

beforeEach(bootstrapDiagram({ modules: [ search ] }));

Expand Down Expand Up @@ -471,7 +472,7 @@ describe('search', function() {
});


describe('overriding search', function() {
describe('lib/features/search - overrides', function() {

beforeEach(bootstrapDiagram({
modules: [
Expand Down

0 comments on commit e1fe8ef

Please sign in to comment.