|
| 1 | +// Jest Snapshot v1, https://goo.gl/fbAQLP |
| 2 | + |
| 3 | +exports[`execa-webpack-plugin should not throw error with \`bail: false\` option (async event): errors 1`] = `Array []`; |
| 4 | + |
| 5 | +exports[`execa-webpack-plugin should not throw error with \`bail: false\` option (async event): warnings 1`] = `Array []`; |
| 6 | + |
| 7 | +exports[`execa-webpack-plugin should not throw error with \`bail: false\` option (sync event): errors 1`] = `Array []`; |
| 8 | + |
| 9 | +exports[`execa-webpack-plugin should not throw error with \`bail: false\` option (sync event): warnings 1`] = `Array []`; |
| 10 | + |
| 11 | +exports[`execa-webpack-plugin should throw error invalid \`onFooBar\` option (no events) 1`] = `"Cannot read property 'tap' of undefined"`; |
| 12 | + |
| 13 | +exports[`execa-webpack-plugin should throw error on \`on*\` options are empty (no events) 1`] = `"Known events not found"`; |
| 14 | + |
| 15 | +exports[`execa-webpack-plugin should throw error with \`bail: true\` option (async event) 1`] = `[Error: spawn not-found ENOENT]`; |
| 16 | + |
| 17 | +exports[`execa-webpack-plugin should throw error with \`bail: true\` option (sync event) 1`] = `[Error: spawnSync not-found ENOENT]`; |
| 18 | + |
| 19 | +exports[`execa-webpack-plugin should works and output 'stdout' and 'stderr' with \`logLevel: 'info'\` command (async event): errors 1`] = `Array []`; |
| 20 | + |
| 21 | +exports[`execa-webpack-plugin should works and output 'stdout' and 'stderr' with \`logLevel: 'info'\` command (async event): warnings 1`] = `Array []`; |
| 22 | + |
| 23 | +exports[`execa-webpack-plugin should works and output 'stdout' and 'stderr' with \`logLevel: 'info'\` command (sync event): errors 1`] = `Array []`; |
| 24 | + |
| 25 | +exports[`execa-webpack-plugin should works and output 'stdout' and 'stderr' with \`logLevel: 'info'\` command (sync event): warnings 1`] = `Array []`; |
| 26 | + |
| 27 | +exports[`execa-webpack-plugin should works when nested commands return nothing and 'bail: false' (async event): errors 1`] = `Array []`; |
| 28 | + |
| 29 | +exports[`execa-webpack-plugin should works when nested commands return nothing and 'bail: false' (async event): warnings 1`] = `Array []`; |
| 30 | + |
| 31 | +exports[`execa-webpack-plugin should works when nested commands return nothing and 'bail: false' (sync event): errors 1`] = `Array []`; |
| 32 | + |
| 33 | +exports[`execa-webpack-plugin should works when nested commands return nothing and 'bail: false' (sync event): warnings 1`] = `Array []`; |
| 34 | + |
| 35 | +exports[`execa-webpack-plugin should works with \`on*\` options: errors 1`] = `Array []`; |
| 36 | + |
| 37 | +exports[`execa-webpack-plugin should works with \`on*\` options: warnings 1`] = `Array []`; |
| 38 | + |
| 39 | +exports[`execa-webpack-plugin should works with \`onCompile\` and \`dev\` is \`false\` option (sync event): errors 1`] = `Array []`; |
| 40 | + |
| 41 | +exports[`execa-webpack-plugin should works with \`onCompile\` and \`dev\` is \`false\` option (sync event): warnings 1`] = `Array []`; |
| 42 | + |
| 43 | +exports[`execa-webpack-plugin should works with \`onCompile\` option (sync event): errors 1`] = `Array []`; |
| 44 | + |
| 45 | +exports[`execa-webpack-plugin should works with \`onCompile\` option (sync event): warnings 1`] = `Array []`; |
| 46 | + |
| 47 | +exports[`execa-webpack-plugin should works with \`onCompile\` option with empty argument (sync event) : errors 1`] = `Array []`; |
| 48 | + |
| 49 | +exports[`execa-webpack-plugin should works with \`onCompile\` option with empty argument (sync event) : warnings 1`] = `Array []`; |
| 50 | + |
| 51 | +exports[`execa-webpack-plugin should works with \`onDone\` and \`dev\` is \`false\` options (async event): errors 1`] = `Array []`; |
| 52 | + |
| 53 | +exports[`execa-webpack-plugin should works with \`onDone\` and \`dev\` is \`false\` options (async event): warnings 1`] = `Array []`; |
| 54 | + |
| 55 | +exports[`execa-webpack-plugin should works with \`onDone\` option (async event): errors 1`] = `Array []`; |
| 56 | + |
| 57 | +exports[`execa-webpack-plugin should works with \`onDone\` option (async event): warnings 1`] = `Array []`; |
| 58 | + |
| 59 | +exports[`execa-webpack-plugin should works with \`onDone\` option with empty argument (async event) : errors 1`] = `Array []`; |
| 60 | + |
| 61 | +exports[`execa-webpack-plugin should works with \`onDone\` option with empty argument (async event) : warnings 1`] = `Array []`; |
| 62 | + |
| 63 | +exports[`execa-webpack-plugin should works with deep nested commands (async event): errors 1`] = `Array []`; |
| 64 | + |
| 65 | +exports[`execa-webpack-plugin should works with deep nested commands (async event): warnings 1`] = `Array []`; |
| 66 | + |
| 67 | +exports[`execa-webpack-plugin should works with deep nested commands (sync event): errors 1`] = `Array []`; |
| 68 | + |
| 69 | +exports[`execa-webpack-plugin should works with deep nested commands (sync event): warnings 1`] = `Array []`; |
| 70 | + |
| 71 | +exports[`execa-webpack-plugin should works with multiple nested commands (async event): errors 1`] = `Array []`; |
| 72 | + |
| 73 | +exports[`execa-webpack-plugin should works with multiple nested commands (async event): warnings 1`] = `Array []`; |
| 74 | + |
| 75 | +exports[`execa-webpack-plugin should works with multiple nested commands(sync event): errors 1`] = `Array []`; |
| 76 | + |
| 77 | +exports[`execa-webpack-plugin should works with multiple nested commands(sync event): warnings 1`] = `Array []`; |
| 78 | + |
| 79 | +exports[`execa-webpack-plugin should works with nested commands (async event): errors 1`] = `Array []`; |
| 80 | + |
| 81 | +exports[`execa-webpack-plugin should works with nested commands (async event): warnings 1`] = `Array []`; |
| 82 | + |
| 83 | +exports[`execa-webpack-plugin should works with nested commands (sync event): errors 1`] = `Array []`; |
| 84 | + |
| 85 | +exports[`execa-webpack-plugin should works with nested commands (sync event): warnings 1`] = `Array []`; |
| 86 | + |
| 87 | +exports[`execa-webpack-plugin should works with options (async event): errors 1`] = `Array []`; |
| 88 | + |
| 89 | +exports[`execa-webpack-plugin should works with options (async event): warnings 1`] = `Array []`; |
| 90 | + |
| 91 | +exports[`execa-webpack-plugin should works with options (sync event): errors 1`] = `Array []`; |
| 92 | + |
| 93 | +exports[`execa-webpack-plugin should works with options (sync event): warnings 1`] = `Array []`; |
0 commit comments