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
533216aa
Commit
533216aa
authored
Oct 10, 2019
by
tobinski
Browse files
Remove chaiAsPromise
parent
df0b5bcc
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/wikidata-analyser-transformer.spec.ts
View file @
533216aa
import
chai
=
require
(
'
chai
'
);
import
chaiAsPromised
=
require
(
'
chai-as-promised
'
);
import
fs
=
require
(
'
fs
'
);
import
Core
,
{
InterfaceCore
}
from
'
geolinker-common/dist/core
'
;
import
{
describe
,
it
}
from
'
mocha
'
;
...
...
@@ -17,7 +16,6 @@ describe('Test wikidata-analyser-transformer', () => {
before
((
done
)
=>
{
chai
.
should
();
chai
.
use
(
chaiAsPromised
);
done
();
});
...
...
Write
Preview
Supports
Markdown
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