import popper.js
Signed-off-by: Nico Schottelius <nico@nico-notebook.schottelius.org>
This commit is contained in:
parent
615dc56d16
commit
16fb2bb919
241 changed files with 34099 additions and 0 deletions
14
assets/u/static/popper.js-1.16.0/packages/test/bin/karma.js
Executable file
14
assets/u/static/popper.js-1.16.0/packages/test/bin/karma.js
Executable file
|
|
@ -0,0 +1,14 @@
|
|||
#!/usr/bin/env node
|
||||
const path = require('path');
|
||||
const { Server, config } = require('karma');
|
||||
|
||||
const karmaConfig = config.parseConfig(
|
||||
path.resolve(__dirname, '../karma.conf.js')
|
||||
);
|
||||
|
||||
const server = new Server(karmaConfig, exitCode => {
|
||||
console.log('Karma has exited with ' + exitCode);
|
||||
process.exit(exitCode);
|
||||
});
|
||||
|
||||
server.start();
|
||||
Loading…
Add table
Add a link
Reference in a new issue