MetaPhase-Consulting/State-TalentMAP

View on GitHub
src/Components/SkillCodeList/__snapshots__/SkillCodeList.test.jsx.snap

Summary

Maintainability
Test Coverage
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`SkillCodeList matches snapshot with an array of three items 1`] = `
<span>
  CONSTRUCTION ENGINEERING (6218), COMPUTER SCIENCE (6211), Test Description (5111)
</span>
`;

exports[`SkillCodeList matches snapshot with an empty array 1`] = `
<span>
  No Skills listed
</span>
`;

exports[`SkillCodeList renders content correctly with an array of one item 1`] = `
<span>
  CONSTRUCTION ENGINEERING (6218)
</span>
`;

exports[`SkillCodeList renders content correctly with an array of one item with no skill description 1`] = `
<span>
  5111
</span>
`;

exports[`SkillCodeList takes props 1`] = `
<span>
  CONSTRUCTION ENGINEERING (6218), COMPUTER SCIENCE (6211)
</span>
`;