Skip to content

Commit e5c2b24

Browse files
Update codegrade_mvp1.test.js
1 parent 619bd52 commit e5c2b24

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

codegrade_mvp1.test.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1-
import { BrowserRouter as Router, Route} from "react-router-dom";
2-
31
import MutationObserver from 'mutationobserver-shim';
42

5-
import React from 'react'
6-
73
import '@testing-library/jest-dom/extend-expect'
84

95
test('Is the latest version of the project', () => {
106
const pjson = require('./package.json')
117
expect(pjson.version).toBe('0.0.1')
128
});
9+

0 commit comments

Comments
 (0)