Skip to content

Commit 29bc040

Browse files
author
Harrison Ifeanyichukwu
committed
refactor: rename exports test spec file to main.spec.js
1 parent 4255640 commit 29bc040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/exports.spec.js renamed to test/main.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import XMLSerializer from '../src/exports.js';
1+
import XMLSerializer from '../src/main.js';
22

33
describe('Module export', function() {
44
describe('constructor(preserveWhiteSpace=true)', function() {

0 commit comments

Comments
 (0)