Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8d0ea1 commit a61c094Copy full SHA for a61c094
fundamentals/bug-challenge-es6/__tests__/bug-challenge-tests.js
@@ -1,12 +1,12 @@
1
import BugChallenge from '../bug-challenge';
2
import '../jest-helpers';
3
4
-const challenge = new BugChallenge();
5
-
6
describe('Bug challenge ES6', () => {
7
+ let challenge;
8
beforeEach(() => {
9
console.clear();
+ challenge = new BugChallenge();
10
});
11
12
describe('bug1', () => {
0 commit comments