Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F7860553
setup-test.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
390 B
Referenced Files
None
Subscribers
None
setup-test.js
View Options
const
Sealious
=
require
(
"./lib/main.js"
);
before
(()
=>
{
global
.
TestApp
=
new
Sealious
.
App
({
upload_path
:
"/tmp"
,
datastore_mongo
:
{
host
:
"db"
,
password
:
"sealious-test"
},
app
:
{
version
:
"0.0.0-test"
},
});
global
.
Sealious
=
Sealious
;
return
TestApp
.
start
().
catch
(
error
=>
{
console
.
error
(
error
);
process
.
exit
(
1
);
});
});
after
(
async
()
=>
{
await
TestApp
.
stop
();
});
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Aug 13, 18:05 (1 d, 5 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
876879
Default Alt Text
setup-test.js (390 B)
Attached To
Mode
rS Sealious
Attached
Detach File
Event Timeline
Log In to Comment