Add ability to ignore capitals during tests

This commit is contained in:
2022-01-30 14:40:24 +00:00
parent 4efdc25c10
commit b4c46277fb
6 changed files with 58 additions and 7 deletions

View File

@@ -58,6 +58,7 @@ export default withRouter(class Progress extends React.Component {
pageLoaded: false,
startTime: null,
sound: false,
ignoreCaps: false,
}
constructor(props) {