You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When Wallaby is running I'm changing my Typescript code (NOT the specs there it seems to work as intended). Wallaby detects that the file is changed and runs although the changes aren't compiled it seems because my test is still failing.
When I stop and start Wallaby the test succeeds.
Wallaby.js configuration file
varwallabify=require('wallabify');varwallabyPostprocessor=wallabify({// browserify options, such as// insertGlobals: false}// you may also pass an initializer function to chain other// browserify options, such as transformers// , b => b.exclude('mkdirp').transform(require('babelify')));module.exports=function(wallaby){return{files: [{pattern: './bower_components/jquery/dist/jquery.js',instrument: false},{pattern: './node_modules/phantomjs-polyfill/bind-polyfill.js',instrument: false},{pattern: './node_modules/jasmine-jquery/lib/jasmine-jquery.js',instrument: false},{pattern: './bower_components/angular/angular.js',instrument: false},{pattern: './node_modules/angular-mocks/angular-mocks.js',instrument: false},{pattern: './bower_components/angular-ui-router/release/angular-ui-router.min.js',instrument: false},{pattern: './bower_components/lodash/dist/lodash.min.js',instrument: false},{pattern: './bower_components/moment/moment.js',instrument: false},{pattern: 'App/azure-theme-ts/**/*.ts',load: false},{pattern: 'App/azure-theme-ts/**/*@(specs|Specs).ts',ignore: true}],tests: [{pattern: 'App/azure-theme-ts/**/*@(specs|Specs).ts',load: false}],postprocessor: wallabyPostprocessor,setup: function(){window.__moduleBundler.loadTests();},debug: true};};
Issue description or question
When Wallaby is running I'm changing my Typescript code (NOT the specs there it seems to work as intended). Wallaby detects that the file is changed and runs although the changes aren't compiled it seems because my test is still failing.
When I stop and start Wallaby the test succeeds.
Wallaby.js configuration file
TsConfig
Code editor or IDE name and version
Visual Studio Code v1.18.0
OS name and version
Windows 10
Debug log
The text was updated successfully, but these errors were encountered: