We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8969fe commit 8f304e1Copy full SHA for 8f304e1
test/index.js
@@ -10,7 +10,6 @@ describe('datatables', function() {
10
.withLocalPlugin(path.join(__dirname, '..'))
11
.create()
12
.then(function(result) {
13
- console.warn('\n\n'+result.get('index.html').content+'\n\n')
14
assert(result.get('index.html').content.includes('data-dt-process="true"'));
15
});
16
0 commit comments