test("won't error with blank string", () => {
  const { hash } = paramsFromHash('');
  expect(hash).toBe('');
});