UNPKG

proxy-generics-stripe

Version:
10 lines (8 loc) 211 B
'use strict' /* global describe, it */ const assert = require('assert') describe('StripeWebhookService', () => { it('should exist', () => { assert(global.app.api.services['StripeWebhookService']) }) })