That dot was annoying me.

This commit is contained in:
David Diaz 2020-11-22 16:57:18 -06:00
parent 008b401b8e
commit faceb87197
2 changed files with 3 additions and 3 deletions

View File

@ -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 {

View File

@ -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