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 ed36f0f commit 504b851Copy full SHA for 504b851
index.js
@@ -1 +1,7 @@
1
// Code your solution in this file!
2
+const companyName = "Scuber"
3
+
4
+let mostProfitableNeighborhood = "Chelsea"
5
6
+let companyCeo = "Susan Smith"
7
package.json
@@ -29,12 +29,12 @@
29
"babel-core": "6.26.3",
30
"babel-preset-env": "1.7.0",
31
"chai": "4.1.2",
32
+ "chai-spies-next": "^0.9.3",
33
"file-system": "2.2.2",
34
"jsdom": "9.2.1",
35
"mocha": "5.2.0",
36
"mocha-jsdom": "~1.1.0",
- "mocha-multi": "1.0.1",
37
- "chai-spies-next": "^0.9.3"
+ "mocha-multi": "1.0.1"
38
},
39
"dependencies": {
40
"sinon": "^7.3.2"
0 commit comments