Skip to content

Commit

Permalink
fixed: eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
GianlucaGuarini committed Aug 23, 2024
1 parent 957e1c5 commit 259e732
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/generators/template.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ import riotParser from '@riotjs/parser'
import simpleBinding from '../../src/generators/template/bindings/simple.js'
import slotBinding from '../../src/generators/template/bindings/slot.js'
import tagBinding from '../../src/generators/template/bindings/tag.js'
import build from '../../src/generators/template/builder.js'

const FAKE_SRC_FILE = 'fake-file.js'
const renderExpr = compose(renderExpression, toScopedFunction, (expr) => ({
Expand Down

0 comments on commit 259e732

Please sign in to comment.