UNPKG

@c-frame/aframe-physics-system

Version:

Physics system for A-Frame VR, built on Cannon.js & Ammo.js

23 lines (22 loc) 571 B
module.exports = function (config) { config.set({ basePath: '../', browserify: { debug: true, paths: ['src'], plugin: [ 'esmify' ] }, browsers: ['Firefox', 'Chrome'], client: { captureConsole: true, mocha: {'ui': 'tdd'} }, envPreprocessor: ['TEST_ENV'], files: [ {pattern: 'tests/**/*.test.js'} ], frameworks: ['mocha', 'sinon-chai', 'chai-shallow-deep-equal', 'browserify'], preprocessors: {'tests/**/*.js': ['browserify', 'env']}, reporters: ['mocha'] }); };