mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-16 12:50:38 -07:00
style: fix unused vars in unit test
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { test, ctx, liquid } from 'test/stub/render'
|
||||
import { test } from 'test/stub/render'
|
||||
|
||||
describe('filters/array', function () {
|
||||
describe('join', function () {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { test, ctx, liquid } from 'test/stub/render'
|
||||
import { test, ctx } from 'test/stub/render'
|
||||
|
||||
describe('filters/date', function () {
|
||||
it('should support date: %a %b %d %Y', function () {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { test, ctx, liquid } from 'test/stub/render'
|
||||
import { test } from 'test/stub/render'
|
||||
|
||||
describe('filters/html', function () {
|
||||
describe('escape', function () {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { test, ctx, liquid } from 'test/stub/render'
|
||||
import { test } from 'test/stub/render'
|
||||
|
||||
describe('filters/math', function () {
|
||||
describe('abs', function () {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { test, ctx, liquid } from 'test/stub/render'
|
||||
import { test } from 'test/stub/render'
|
||||
|
||||
describe('filters/object', function () {
|
||||
describe('default', function () {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { test, ctx, liquid } from 'test/stub/render'
|
||||
import { test } from 'test/stub/render'
|
||||
|
||||
describe('filters/string', function () {
|
||||
describe('append', function () {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { test, ctx, liquid } from 'test/stub/render'
|
||||
import { test } from 'test/stub/render'
|
||||
|
||||
describe('filters/url', function () {
|
||||
describe('url_decode', function () {
|
||||
|
||||
Reference in New Issue
Block a user