Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
syarul committed Sep 21, 2018
1 parent 58dced1 commit 669e795
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions test/test.js
Expand Up @@ -195,7 +195,7 @@ describe(`keet.js v-${ver} test`, () => {
// other

it('sub component states', async () => {
const app = await require('../examples/sub-component-states').default
await require('../examples/sub-component-states').default
const { sub } = await require('../examples/sub-component-states')

await new Promise(resolve => {
Expand All @@ -215,7 +215,7 @@ describe(`keet.js v-${ver} test`, () => {
// svg-hex-loader

it('svg model', async () => {
const app = await require('../examples/svg-model').default
await require('../examples/svg-model')
let list = getId('list').childNodes
assert.equal(
list[0].nodeValue === ' {{model:svgModel}} ' &&
Expand All @@ -229,8 +229,7 @@ describe(`keet.js v-${ver} test`, () => {
// svg

it('ternary', async () => {
const app = await require('../examples/ternary').default
await require('../examples/ternary')
assert.equal(getId('app').innerHTML, 'Hello Keet')
})

})

0 comments on commit 669e795

Please sign in to comment.