mirror of https://github.com/Seich/Beau.git
That dot was annoying me.
This commit is contained in:
parent
008b401b8e
commit
faceb87197
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue