Tetsuya Tatsumi
Tetsuya Tatsumi
Support jest test runner. Sync to vuejs-templates/PWA.
I want to use jest test runner instead of karma. So, vuejs-templates/webpack supports jest. Sync to that.
I put Recorder.js sample application on github pages. http://dokechin.github.io/Recorderjs/index2.html This site is going well in PC Chrome browser, But not going in Chrome for Andoroid 39.0.2171.59 Andoroid 4.3.0 Nexus7. After...
// Define a set of tasks var testTasks = [ {id: 1, duration: 60}, {id: 2, duration: 30, dependsOn: [1], resources: ['A']}, {id: 3, duration: 30, dependsOn: [1], resources: [['A','B']]}...