Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
histhub
wikidata-lib
Commits
262b82c1
Commit
262b82c1
authored
Oct 08, 2019
by
tobinski
Browse files
Update timeout on before test hook
parent
ba7515d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/wikidata-normalizer-transformer.spec.ts
View file @
262b82c1
...
...
@@ -18,11 +18,13 @@ nconf.set('log-dir', './log');
process
.
env
.
NODE_ENV
=
'
test
'
;
const
coreMock
:
InterfaceCore
=
new
Core
(
'
test
'
,
'
none
'
);
// A global wikidataTimeProperties
let
wikidataTimeProperties
;
describe
(
'
Test WikiNormalizer
'
,
()
=>
{
before
((
done
)
=>
{
before
(
function
(
done
)
{
this
.
timeout
(
5000
);
chai
.
should
();
chai
.
use
(
chaiAsPromised
);
wikidataTimePropertiesLoader
.
then
((
instance
)
=>
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment