Skip to content

Commit

Permalink
Remove .only in test
Browse files Browse the repository at this point in the history
Co-authored-by: David Khourshid <[email protected]>
  • Loading branch information
farskid and davidkpiano authored Nov 16, 2023
1 parent 27ba800 commit 2f8da53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/machine-extractor/src/__tests__/options.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ describe('Options', () => {
expect(t.isObjectMethod(node)).toBeTruthy();
});

it.only('Should extract implementations provided in machine options', () => {
it('Should extract implementations provided in machine options', () => {
const result = extractMachinesFromFile(`
createMachine({}, {
actions: {
Expand Down

0 comments on commit 2f8da53

Please sign in to comment.