Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Fractalis
fractal.js
Commits
7c557424
Commit
7c557424
authored
Mar 15, 2018
by
Sascha Herzinger
Browse files
No need for docker here
parent
cc7e581b
Pipeline
#4105
passed with stages
in 6 minutes and 56 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.dockerignore
deleted
100644 → 0
View file @
cc7e581b
node_modules
lib
.git
\ No newline at end of file
Dockerfile
deleted
100644 → 0
View file @
cc7e581b
FROM
node:9.7.1
ADD
. /
RUN
npm
install
package.json
View file @
7c557424
...
...
@@ -21,12 +21,6 @@
"dependencies"
:
{
"
axios
"
:
"
0.16.1
"
,
"
d3
"
:
"
4.13.0
"
,
"
d3-scale
"
:
"
2.0.0
"
,
"
d3-brush
"
:
"
1.0.4
"
,
"
d3-selection
"
:
"
1.3.0
"
,
"
d3-array
"
:
"
1.2.1
"
,
"
d3-axis
"
:
"
1.0.8
"
,
"
d3-scale-chromatic
"
:
"
1.2.0
"
,
"
deep-freeze-strict
"
:
"
1.1.1
"
,
"
tippy.js
"
:
"
2.2.2
"
,
"
uuid
"
:
"
3.2.1
"
,
...
...
test/main-test.js
View file @
7c557424
...
...
@@ -18,11 +18,6 @@ describe('initializer', () => {
expect
(
f
).
toThrow
()
})
it
(
'
returns FractalJS instance if given valid parameters
'
,
()
=>
{
const
fjs
=
init
({
handler
:
'
ada
'
,
dataSource
:
'
foo
'
,
fractalisNode
:
'
foo
'
,
getAuth
:
()
=>
{}})
expect
(
fjs
.
constructor
.
name
).
toBe
(
'
FractalJS
'
)
})
afterAll
(()
=>
{
document
.
body
.
innerHTML
=
''
})
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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