Skip to content

Commit

Permalink
chore(tests): apply feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
FabienMotte committed Feb 7, 2022
1 parent e670f2c commit de02dca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/__tests__/routing/dispose-start-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ const addWidgetsAndStart = (search: InstantSearch) => {
search.start();
};

describe('routing with `dispose` and `start`', () => {
test('URL is updated after a `dispose` and a `start`', async () => {
describe('routing back and forth to an InstantSearch instance', () => {
test('updates the URL after the instance is disposed then restarted', async () => {
// -- Flow
// 1. Initial: '/'
// 2. Refine: '/?indexName[query]=Apple'
Expand Down

0 comments on commit de02dca

Please sign in to comment.