UNPKG
@chemistry/mol3dview
Version:
latest (2.1.2)
2.1.2
2.1.1
2.1.0
2.0.5
2.0.4
Crystal Structure Viewer
github.com/vreshch/mol3dview
vreshch/mol3dview
@chemistry/mol3dview
/
etc
/
tests.webpack.js
6 lines
(4 loc)
•
213 B
JavaScript
View Raw
1
2
3
4
5
6
var testsContext =
require
.context(
'../src'
,
true
,
/spec\.ts$/
); testsContext.keys().forEach(testsContext);
//
var srcContext =
require
.context(
'../src'
,
true
,
/\.ts$/
);
//
srcContext.keys().forEach(srcContext);