Lines Matching refs:test
7 test('void', () => {
12 test('generic type', () => {
17 test('custom type', () => {
24 test('custom type array', () => {
36 test('custom type non-linkable array', () => {
48 test('query type', () => {
61 test('Promise', () => {
74 test('Promise with custom type', () => {
87 test('Record', () => {
103 test('alternative generic object notation', () => {
125 test('Record with union', () => {
148 test('union', () => {
163 test('union with array', () => {
178 test('union with custom type and array', () => {
193 test('union of array values', () => {
211 test('generic type', () => {
224 test('tuple type', () => {
239 test('generic type in Promise', () => {
258 test('function', () => {
285 test('function with arguments', () => {
315 test('function with non-linkable custom type', () => {
339 test('object reflection', () => {
362 test('custom type with single pick', () => {
378 test('props with multiple omits', () => {
411 test('no comment', () => {
416 test('basic comment', () => {
425 test('comment with example', () => {