Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Sep 20, 2024
1 parent dd9f8d8 commit ff9b904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/init/test/cases/init.default/init.default.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { fileURLToPath, URL } from 'url';

const expect = chai.expect;

describe.only('Scaffold Greenwood With Default Template: ', function() {
describe('Scaffold Greenwood With Default Template: ', function() {
const initPath = path.join(process.cwd(), 'packages/init/src/index.js');
const outputPath = fileURLToPath(new URL('./my-app', import.meta.url));
let runner;
Expand Down

0 comments on commit ff9b904

Please sign in to comment.