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
Copy file name to clipboardExpand all lines: questions.js
+2-9Lines changed: 2 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -39,15 +39,8 @@ module.exports = [
39
39
{value: 'jasmine',title: 'Jasmine',hint: 'Runs in browser, a behavior-driven testing framework.'},
40
40
{value: 'mocha',title: 'Mocha + Chai',hint: 'Runs in browser, a feature-rich JavaScript test framework for node and browsers.'},
41
41
{value: 'tape',title: 'Tape',hint: 'Runs in browser, tap-producing test harness for node and browsers.'},
42
-
43
-
// Disable ava for now, there is one small issue I got no solution so far.
44
-
// When less/sass is chosen, `import './app.css';` throws out "Cannot find module" because
45
-
// app.css is resolved to compiled result of app.less/app.scss, but in Nodejs env,
46
-
// Nodejs doesn't know where to read module './app.css'.
47
-
// jest has a workaround through moduleNameMapper, but ava relies on Nodejs itself to resolve module.
48
-
49
-
// {if: '!aurelia', value: 'ava', title: 'Ava + browser-env', hint: 'Runs in Node.js, simulates browser (browser-env). A test runner for Node.js with a concise API, detailed error output, embrace of new language features and process isolation that let you write tests more effectively.'},
50
-
// {if: 'aurelia', value: 'ava', title: 'Ava', hint: 'Runs in Node.js, simulates browser (aurelia-pal-nodejs). A test runner for Node.js with a concise API, detailed error output, embrace of new language features and process isolation that let you write tests more effectively.'}
42
+
{if: '!aurelia',value: 'ava',title: 'Ava + browser-env',hint: 'Runs in Node.js, simulates browser (browser-env). A test runner for Node.js with a concise API, detailed error output, embrace of new language features and process isolation that let you write tests more effectively.'},
43
+
{if: 'aurelia',value: 'ava',title: 'Ava',hint: 'Runs in Node.js, simulates browser (aurelia-pal-nodejs). A test runner for Node.js with a concise API, detailed error output, embrace of new language features and process isolation that let you write tests more effectively.'}
0 commit comments