opensourceBIM / BIMserver-JavaScript-API

BIMserver JavaScript API
GNU Lesser General Public License v3.0
55 stars 35 forks source link

chore: initial typescript migration with unit and integration tests #23

Closed muenchhausen closed 5 years ago

muenchhausen commented 5 years ago

An initial proposal for TypeScript, unit- and integration testing support. Integration tests run against BIMserver in a docker container on travis-ci.

The idea here was to do minimal changes to the source code as a first step.

It should be possible to combine TypeScript with JavaScript even on Browser side - but this has to be proved. Please let me know, how I can support here!

Integration tests can be found currently here https://travis-ci.org/muenchhausen/BIMserver-JavaScript-API

Probably a Travis account has to be setup for the group opensourceBIM. Let me know, if you need assistance.