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