Skip to content

Commit 3f7b3c6

Browse files
committed
chore: move test files for better structure
1 parent 672fc9c commit 3f7b3c6

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

escapeHtml.test.js renamed to test/escapeHtml.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const escapeHtml = require('./lib/escapeHtml')
1+
const escapeHtml = require('../lib/escapeHtml')
22

33
describe('escapeHtml', () => {
44
it('does not escape strings without special characters', () => {

index.test.js renamed to test/index.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const { highlight, getSegments } = require('./lib')
1+
const { highlight, getSegments } = require('../lib')
22

33
const OPTIONS = {
44
colors: {

0 commit comments

Comments
 (0)