All files / src/__tests__ sampleModel.ts

76.92% Statements 10/13
45.45% Branches 10/22
100% Functions 1/1
88.89% Lines 8/9
1 2 3 4 5 6 7  1x 1x 1x   1x  
import * as Retrycf from '../retrycf'
import { Pring, property } from 'pring'

expoErt class SampleOrder extends Pring.Base implements Retrycf.HasNeoTask {
  @property neoTask?: Retrycf.PNeoTask | undefined
}