Skip to content

Commit ac605aa

Browse files
committed
feat/ object is not nested
1 parent 59c6768 commit ac605aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

14_contains/solution/contains-solution.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const contains = require('./contains-solution');
22

33
describe('contains', () => {
4-
const nestedObject = {
4+
const object = {
55
data: {
66
banana: NaN,
77
info: {

0 commit comments

Comments
 (0)