From faceb87197922d372418c600a35cc33d315d5f10 Mon Sep 17 00:00:00 2001 From: David Diaz Date: Sun, 22 Nov 2020 16:57:18 -0600 Subject: [PATCH] That dot was annoying me. --- src/__tests__/__snapshots__/beau.spec.ts.snap | 4 ++-- src/__tests__/beau.spec.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/__tests__/__snapshots__/beau.spec.ts.snap b/src/__tests__/__snapshots__/beau.spec.ts.snap index 83c1e36..7fa4506 100644 --- a/src/__tests__/__snapshots__/beau.spec.ts.snap +++ b/src/__tests__/__snapshots__/beau.spec.ts.snap @@ -1,6 +1,6 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP -exports[`Beau's config Loader. should load the config 1`] = ` +exports[`Beau's config Loader should load the config 1`] = ` Beau { "config": Config { "cookiejar": false, @@ -38,7 +38,7 @@ Beau { } `; -exports[`Beau's config Loader. should load the request list using the configuration 1`] = ` +exports[`Beau's config Loader should load the request list using the configuration 1`] = ` RequestList { "cache": RequestCache { "$cache": Object { diff --git a/src/__tests__/beau.spec.ts b/src/__tests__/beau.spec.ts index 89b5ef4..a7f5659 100644 --- a/src/__tests__/beau.spec.ts +++ b/src/__tests__/beau.spec.ts @@ -7,7 +7,7 @@ requireg.resolving = false shared.moduleVersion = jest.fn().mockReturnValue(1) -describe(`Beau's config Loader.`, () => { +describe(`Beau's config Loader`, () => { it('should load the config', () => { const doc = parseBeauConfig(` version: 1