Skip to content

Commit

Permalink
test-fix(dicing): removed .only from test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ehcsan committed Aug 30, 2024
1 parent a6f0706 commit a575d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functionality/slicing/dicing/simple-tests.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { assertSliced, withShell } from '../../_helper/shell'
import type { SlicingCriteria } from '../../../../src/slicing/criterion/parse'

describe.only('Simple', withShell(shell => {
describe('Simple', withShell(shell => {
describe('Base Dicing Cases', () => {
const testcases: [{ name: string, input: string, endCriterion: SlicingCriteria, startCriterion: SlicingCriteria, expected: string }]
= [
Expand Down

0 comments on commit a575d06

Please sign in to comment.