We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 619bd52 commit e5c2b24Copy full SHA for e5c2b24
1 file changed
codegrade_mvp1.test.js
@@ -1,12 +1,9 @@
1
-import { BrowserRouter as Router, Route} from "react-router-dom";
2
-
3
import MutationObserver from 'mutationobserver-shim';
4
5
-import React from 'react'
6
7
import '@testing-library/jest-dom/extend-expect'
8
9
test('Is the latest version of the project', () => {
10
const pjson = require('./package.json')
11
expect(pjson.version).toBe('0.0.1')
12
});
+
0 commit comments