Skip to content

Commit

Permalink
Fix lint error on parse template tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
ghinda committed Mar 5, 2024
1 parent e3a65b5 commit 495e949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/utils/parse-template.spec.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* globals describe, it, before, after, beforeEach */
/* globals describe, it, after, beforeEach */
import {expect} from 'chai'

import parseTemplate from './parse-template.js'
Expand Down

0 comments on commit 495e949

Please sign in to comment.