Skip to content

Commit 504b851

Browse files
committed
Done with assignment
1 parent ed36f0f commit 504b851

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

index.js

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

package.json

Lines changed: 2 additions & 2 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",
3435
"mocha": "5.2.0",
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)