UNPKG
@sapien/core.types
Version:
latest (0.0.8)
0.0.8
0.0.7
0.0.6
The Missing AI / ML Library for JavaScript.
github.com/DakshMiglani/Sapien.ML
DakshMiglani/Sapien.ML
@sapien/core.types
/
test
/
index.test.ts
9 lines
•
250 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
import
{ suite, test, slow, timeout }
from
"mocha-typescript"
;
import
*
as
assert
from
"assert"
;
import
{
Tensor
}
from
'@types'
;
// import { hello } from '../src/index';
@suite
class
Test
{
@test
testHello
(
){
var
t =
new
Tensor
() } }