cd2bit / signsfive-api

0 stars 0 forks source link

Feature/babelize #27

Closed meltedspork closed 6 years ago

meltedspork commented 6 years ago

I am not sure whats going with tests but it appears be working on docker

meltedspork commented 6 years ago

Crikey - I think i will edit the PR to another branch instead to master

meltedspork commented 6 years ago

test is still failing - even with minimal changes, not sure where i misnamed?

kratsg commented 6 years ago

@meltedspork you didn't make the right changes. Look at where you have let path because api is not defined...

meltedspork commented 6 years ago

Turns out stuff in test.js was red herring. What was broken was my change in ./src/index.js export change - while worked fine with running the api but it wasn't exportable for test.js for some reason - most likely require more configuration with babel or something.