# Snapshot report for `src/lib/parse-ava.unit.js`

The actual snapshot is saved in `parse-ava.unit.js.snap`.

Generated by [AVA](https://avajs.dev).

## Parses AVA test syntax into JSON

> Snapshot 1

    [
      {
        code: `// some code␊
        t.pass()`,
        description: 'I want to be able to parse test files to improve my software development experience',
        flag: null,
        title: 'Parses ava test`s files',
      },
      {
        code: `// some other code␊
        t.pass()`,
        description: `And the ability of displaying a description of the test in the form of a JSDoc comment␊
        right above the tests.`,
        flag: 'skip',
        title: 'Returning useful information such as the title, description, code and flags',
      },
      {
        code: null,
        description: null,
        flag: 'todo',
        title: 'Even todo tests without a sample code are or description are parsed.',
      },
    ]
