Skip to content

Commit

Permalink
simplified test
Browse files Browse the repository at this point in the history
  • Loading branch information
youzi committed Mar 17, 2017
1 parent e5ff936 commit 14c9f1c
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions test/resolveRefs.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ test('context', { timeout: 2000 }, t => {
page: {}
})

const client1 = hub({
const client1 = hub({ // eslint-disable-line
_uid_: 'client1',
context: 'friends',
url: 'ws://localhost:6060'
Expand All @@ -23,15 +23,11 @@ test('context', { timeout: 2000 }, t => {
},
page: {
a: {
b: {
val: ['@', 'root', 'page', 'b']
}
b: ['@', 'root', 'page', 'b']
},
b: {
items: [{
blur: 0,
val: ['@', 'root', 'page', 'c']
}]
blur: 0,
val: ['@', 'root', 'page', 'c']
},
c: {}
}
Expand Down

0 comments on commit 14c9f1c

Please sign in to comment.