We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12caeec commit 1bc16f4Copy full SHA for 1bc16f4
babel.config.js
@@ -1,7 +1,5 @@
1
module.exports = {
2
presets: [
3
- ['@babel/preset-env', {
4
- 'modules': false,
5
- }]
+ ['@babel/preset-env']
6
]
7
}
src/components/Spinner/tests/__snapshots__/CSpinner.spec.js.snap
@@ -1,7 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`CSpinner renders correctly 1`] = `
-<span
+<div
aria-hidden="false"
aria-label="Loading"
class="spinner-border"
@@ -10,7 +10,7 @@ exports[`CSpinner renders correctly 1`] = `
10
`;
11
12
exports[`CSpinner renders correctly 2`] = `
13
14
15
16
class="spinner-grow spinner-grow-sm text-success"
0 commit comments