Skip to content

Commit 6680702

Browse files
author
github username
committed
Done.
1 parent ed36f0f commit 6680702

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

.results.json

Whitespace-only changes.

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
</head>
1212

1313
<body>
14+
<h1>Hello</h1>
1415
<!-- <div> for Mocha to display test results. -->
1516
<div id="mocha"></div>
1617

index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
// Code your solution in this file!
2+
const companyName = "Scuber"
3+
let mostProfitableNeighborhood = "Chelsea"
4+
let companyCeo = "Susan Smith"

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929
"babel-core": "6.26.3",
3030
"babel-preset-env": "1.7.0",
3131
"chai": "4.1.2",
32+
"chai-spies-next": "^0.9.3",
3233
"file-system": "2.2.2",
3334
"jsdom": "9.2.1",
34-
"mocha": "5.2.0",
35+
"mocha": "^8.2.1",
3536
"mocha-jsdom": "~1.1.0",
36-
"mocha-multi": "1.0.1",
37-
"chai-spies-next": "^0.9.3"
37+
"mocha-multi": "1.0.1"
3838
},
3939
"dependencies": {
4040
"sinon": "^7.3.2"

0 commit comments

Comments
 (0)