aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sol-cov/src/constants.ts
blob: 970734f2de88152453b972319da486b0504774ac (plain) (blame)
1
2
3
export const constants = {
    NEW_CONTRACT: 'NEW_CONTRACT',
};