it('match with no titlePrefix', () => {
      expect(
        auto('./path/to/file.stories.js', normalizeStoriesEntry({ directory: './path/' }, options))
      ).toMatchInlineSnapshot(`to/file`);
    });