Skip to content

Commit 9a5db57

Browse files
committed
test: - Mark a serializer test as failing instead of skipped
This way it is run and gives us information
1 parent d903821 commit 9a5db57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TaskSerializer/DataviewTaskSerializer.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ describe('DataviewTaskSerializer', () => {
280280
// This is one major behavior difference between Dataview and Tasks
281281
// This task is marked as skipped until tasks has support for parsing fields arbitrarily
282282
// within a task line
283-
it.skip('should recognize inline fields arbitrarily positioned in the string', () => {
283+
it.failing('should recognize inline fields arbitrarily positioned in the string', () => {
284284
const taskDetails = deserialize('Some task that is [due::2021-08-02] and is [priority::high]');
285285
expect(taskDetails).toMatchTaskDetails({
286286
description: 'Some task that is [due::2021-08-02] and is [priority::high]',

0 commit comments

Comments
 (0)