Passed
Push — master ( fa13eb...33d68f )
by Felipe Catão do
01:03
created

docs.js ➔ docs   A

Complexity

Conditions 1

Size

Total Lines 4
Code Lines 3

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
eloc 3
dl 0
loc 4
rs 10
c 0
b 0
f 0
cc 1
1
import EngineApp from '../../Framework/engine.js'
2
import blackbox from '../components/blackBox.js'
3
4
let eng = new EngineApp()
0 ignored issues
show
Unused Code introduced by
The variable eng seems to be never used. Consider removing it.
Loading history...
5
6
function docs(){
7
    let eng = new EngineApp()
0 ignored issues
show
Unused Code introduced by
The variable eng seems to be never used. Consider removing it.
Loading history...
8
    blackbox("Lavine Testes","que isso rapaz a lavine é braba!")
9
}
10
11
12
export default docs