Skip to content

Commit a120a31

Browse files
test(index): rename parser test
1 parent 5eba68d commit a120a31

File tree

4 files changed

+3
-12
lines changed

4 files changed

+3
-12
lines changed

test/js/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function posthtml (config, fix, log) {
3232

3333
const posthtmlrc = require('../..')
3434

35-
test('posthtml.config.js - {Object} - Parser', (t) => {
35+
test('posthtml.config.js - {Object} - Parser SML', (t) => {
3636
const ctx = {}
3737

3838
const parser = require('posthtml-sugarml')()

test/pkg/expect/index.pug.html

Lines changed: 0 additions & 9 deletions
This file was deleted.

test/pkg/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function posthtml (config, fix, log) {
3232

3333
const posthtmlrc = require('../..')
3434

35-
test('package.json - {Object} - Parser', (t) => {
35+
test('package.json - {Object} - Parser SML', (t) => {
3636
const ctx = {}
3737

3838
const parser = require('posthtml-sugarml')()

test/rc/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function posthtml (config, fix, log) {
3232

3333
const posthtmlrc = require('../..')
3434

35-
test('.posthtmlrc - {Object} - Parser', (t) => {
35+
test('.posthtmlrc - {Object} - Parser SML', (t) => {
3636
const ctx = {}
3737

3838
const parser = require('posthtml-sugarml')()

0 commit comments

Comments
 (0)