Skip to content

Commit

Permalink
chore(repo): focus only 1 test
Browse files Browse the repository at this point in the history
  • Loading branch information
Cammisuli committed Dec 1, 2023
1 parent acf1628 commit 1798e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/nx-misc/src/watch.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ describe('Nx Watch', () => {

afterAll(() => cleanupProject());

fit('should watch for project changes', async () => {
it('should watch for project changes', async () => {
const getOutput = await runWatch(
`--projects=${proj1} -- echo \\$NX_PROJECT_NAME`
);
Expand Down

0 comments on commit 1798e36

Please sign in to comment.