UNPKG

86 BJavaScriptView Raw
1'use strict';
2var cjs = require('./cjs');
3
4
5tests();
6
7function tests() {
8 cjs();
9}