UNPKG

@aws/pdk

Version:

All documentation is located at: https://aws.github.io/aws-pdk

12 lines (8 loc) 213 B
'use strict'; var implementation = require('../implementation'); var test = require('tape'); var runTests = require('./tests'); test('implementation', function (t) { runTests(implementation, t); t.end(); });