Fix: assorted next fixes (#42634)
* chore: fix slightly broken package.json * fix: update children type * fix: make size optional for Spacer * fix: correct broken env import * test: update snapshot and fix typing * test: fix imports and remove old snapshot
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
de888d640c
commit
d87b472ee7
@@ -2,7 +2,7 @@ import React from 'react';
|
||||
import ShallowRenderer from 'react-test-renderer/shallow';
|
||||
import TestRenderer from 'react-test-renderer';
|
||||
|
||||
import Honesty from './Honesty';
|
||||
import Honesty from './honesty';
|
||||
import { Button } from '@freecodecamp/react-bootstrap';
|
||||
|
||||
describe('<Honesty />', () => {
|
||||
|
||||
Reference in New Issue
Block a user