Skip to content

Commit

Permalink
style: drop unnecessary extension
Browse files Browse the repository at this point in the history
  • Loading branch information
fengyuanchen committed Feb 13, 2022
1 parent a966399 commit 53af527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const postcss = require('postcss');
const { expect } = require('chai');
const header = require('./index.js');
const header = require('./index');

it('should contain the given header', () => {
const options = {
Expand Down

0 comments on commit 53af527

Please sign in to comment.