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
|
// 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 {
|
Beau {
|
||||||
"config": Config {
|
"config": Config {
|
||||||
"cookiejar": false,
|
"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 {
|
RequestList {
|
||||||
"cache": RequestCache {
|
"cache": RequestCache {
|
||||||
"$cache": Object {
|
"$cache": Object {
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ requireg.resolving = false
|
||||||
|
|
||||||
shared.moduleVersion = jest.fn().mockReturnValue(1)
|
shared.moduleVersion = jest.fn().mockReturnValue(1)
|
||||||
|
|
||||||
describe(`Beau's config Loader.`, () => {
|
describe(`Beau's config Loader`, () => {
|
||||||
it('should load the config', () => {
|
it('should load the config', () => {
|
||||||
const doc = parseBeauConfig(`
|
const doc = parseBeauConfig(`
|
||||||
version: 1
|
version: 1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue