Skip to content

Commit

Permalink
fix: code improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladas Tamoshaitis committed Apr 28, 2021
1 parent 44a7449 commit f3e045c
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 247 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ npm-debug.log
coverage
node_modules
public
webpack.dev.config.js
32 changes: 0 additions & 32 deletions docs/decisions/0001-record-architecture-decisions.rst

This file was deleted.

213 changes: 0 additions & 213 deletions docs/decisions/0002-feature-based-application-organization.rst

This file was deleted.

2 changes: 1 addition & 1 deletion src/ExamInstructions/ExamInstructions.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import React from 'react';
import { render } from '@testing-library/react';
import { ExamInstructions } from './ExamInstructions';

test('Positive case for ExamInstructions', () => {
test('ExamInstructions renders successfully', () => {
const defaultProps = {
examDuration: 30,
startExam: () => {},
Expand Down
2 changes: 1 addition & 1 deletion src/SpecialExamWrapper/Sequence.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ store.getState = () => ({
},
});

test('Positive case for ExamInstructions', () => {
test('SequenceExamWrapper renders successfully', () => {
const sequence = {
id: 'block-v1:test+test+test+type@sequential+block@5b1bb1aaf6d34e79b213aa37422b4743',
isTimeLimited: true,
Expand Down

0 comments on commit f3e045c

Please sign in to comment.