Skip to content

Commit

Permalink
fix: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
learosema committed Oct 19, 2024
1 parent f930466 commit 9a74ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/resolver.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ describe('resolve', () => {
before(() => {
config = new SissiConfig({
dir: {
input: 'demo',
input: 'docs',
output: 'dist',
}
});
Expand Down

0 comments on commit 9a74ffe

Please sign in to comment.