TeamMentor / TM_4_0_Design

Repo Holds TM 4.x issues
4 stars 3 forks source link

Add test for GraphDB index.js page #319

Open DinisCruz opened 9 years ago

DinisCruz commented 9 years ago

This one: https://github.com/TeamMentor/TM_4_0_GraphDB/blob/master/index.js

Tests should cover:

While there add a helper method to load these Data Services

    new (require('./src/api/Data-API'   ))({swaggerService: swaggerService}).add_Methods()
    new (require('./src/api/Convert-API'))({swaggerService: swaggerService}).add_Methods()
    new (require('./src/api/GraphDB-API'))({swaggerService: swaggerService}).add_Methods()
    new (require('./src/api/Config-API' ))({swaggerService: swaggerService}).add_Methods()
    new (require('./src/api/Git-API'    ))({swaggerService: swaggerService}).add_Methods()

and move the contents into a coffee-script file

romichg commented 9 years ago

is this something you have to do or can Michael do this?

DinisCruz commented 9 years ago

whoever gets there first