Sign in
apache
/
usergrid
/
4ec82f56f3c0253f56a087e7a0bd1f7ba42bbb08
/
.
/
sdks
/
html5-javascript
/
tests
/
qunit
/
tests.js
blob: 67764a02ad65c28599e809859ede66917e450e34 [
file
] [
log
] [
blame
]
test
(
"hello test"
,
function
()
{
ok
(
1
==
"1"
,
"Passed!"
);
});