refactor: move rtts-assert into modules
directory
The rtts assertion lib is only needed for js, but it should be treated like any other module (e.g. facade, …)
This commit is contained in:
@ -26,9 +26,8 @@ module.exports = function(config) {
|
||||
script: false,
|
||||
modules: 'register',
|
||||
types: true,
|
||||
// TODO: turn this on!
|
||||
// typeAssertions: true,
|
||||
// typeAssertionModule: 'assert',
|
||||
typeAssertions: true,
|
||||
typeAssertionModule: 'rtts_assert/rtts_assert',
|
||||
annotations: true
|
||||
},
|
||||
resolveModuleName: function(fileName) {
|
||||
|
Reference in New Issue
Block a user