michaltakac/mathworldvr

View on GitHub
src/components/CalcButton/__snapshots__/index.test.js.snap

Summary

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

exports[`CalcButton renders the entity consistently 1`] = `
<a-entity
  className="interactive"
  id="calc-button"
>
  <a-entity />
</a-entity>
`;