// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`TestGenerator component should be empty when no actions provided 1`] = `
`;
exports[`TestGenerator component should generate test for the last action when selectedActionId not specified 1`] = `
`;
exports[`TestGenerator component should generate test for vanilla js class 1`] = `
`;
exports[`TestGenerator component should generate test for vanilla js class with string template 1`] = `
`;
exports[`TestGenerator component should match function template's test for first action 1`] = `
`;
exports[`TestGenerator component should match string template's test for first action 1`] = `
`;
exports[`TestGenerator component should show warning message when no params provided 1`] = `
`;