UNPKG
moekit
Version:
latest (3.6.6)
3.6.6
3.6.5
3.6.4
3.6.3
3.6.2
3.6.1
3.6.0
3.0.0-rc11
Static Package Manager
spmjs.io
spmjs/spm
moekit
/
test
/
fixtures
/
normal
/
tests
/
index-spec.js
8 lines
(5 loc)
•
109 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
describe
(
'normal'
,
function
(
) {
it
(
'should pass'
,
function
(
) {
require
(
'../index'
); }); });