mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-10 21:49:15 +00:00
PnPify karma confs
This commit is contained in:
parent
34cc74a6a5
commit
9046c3765c
@ -1,7 +1,14 @@
|
||||
const chrome = require('karma-chrome-launcher');
|
||||
const firefox = require('karma-firefox-launcher');
|
||||
const jasmine = require('karma-jasmine');
|
||||
const kjhtml = require('karma-jasmine-html-reporter');
|
||||
|
||||
module.exports = function (config) {
|
||||
config.set({
|
||||
// base path that will be used to resolve all patterns (eg. files, exclude)
|
||||
basePath: ".",
|
||||
// registers plugins but does not activate them
|
||||
plugins: [jasmine, kjhtml, chrome, firefox],
|
||||
|
||||
// frameworks to use
|
||||
// available frameworks: https://npmjs.org/browse/keyword/karma-adapter
|
||||
|
@ -1,7 +1,14 @@
|
||||
const chrome = require('karma-chrome-launcher');
|
||||
const firefox = require('karma-firefox-launcher');
|
||||
const jasmine = require('karma-jasmine');
|
||||
const kjhtml = require('karma-jasmine-html-reporter');
|
||||
|
||||
module.exports = function (config) {
|
||||
config.set({
|
||||
// base path that will be used to resolve all patterns (eg. files, exclude)
|
||||
basePath: ".",
|
||||
// registers plugins but does not activate them
|
||||
plugins: [jasmine, kjhtml, chrome, firefox],
|
||||
|
||||
// frameworks to use
|
||||
// available frameworks: https://npmjs.org/browse/keyword/karma-adapter
|
||||
|
@ -1,7 +1,14 @@
|
||||
const chrome = require('karma-chrome-launcher');
|
||||
const firefox = require('karma-firefox-launcher');
|
||||
const jasmine = require('karma-jasmine');
|
||||
const kjhtml = require('karma-jasmine-html-reporter');
|
||||
|
||||
module.exports = function (config) {
|
||||
config.set({
|
||||
// base path that will be used to resolve all patterns (eg. files, exclude)
|
||||
basePath: ".",
|
||||
// registers plugins but does not activate them
|
||||
plugins: [jasmine, kjhtml, chrome, firefox],
|
||||
|
||||
// frameworks to use
|
||||
// available frameworks: https://npmjs.org/browse/keyword/karma-adapter
|
||||
|
@ -1,7 +1,14 @@
|
||||
const chrome = require('karma-chrome-launcher');
|
||||
const firefox = require('karma-firefox-launcher');
|
||||
const jasmine = require('karma-jasmine');
|
||||
const kjhtml = require('karma-jasmine-html-reporter');
|
||||
|
||||
module.exports = function (config) {
|
||||
config.set({
|
||||
// base path that will be used to resolve all patterns (eg. files, exclude)
|
||||
basePath: ".",
|
||||
// registers plugins but does not activate them
|
||||
plugins: [jasmine, kjhtml, chrome, firefox],
|
||||
|
||||
// frameworks to use
|
||||
// available frameworks: https://npmjs.org/browse/keyword/karma-adapter
|
||||
|
@ -1,7 +1,14 @@
|
||||
const chrome = require('karma-chrome-launcher');
|
||||
const firefox = require('karma-firefox-launcher');
|
||||
const jasmine = require('karma-jasmine');
|
||||
const kjhtml = require('karma-jasmine-html-reporter');
|
||||
|
||||
module.exports = function (config) {
|
||||
config.set({
|
||||
// base path that will be used to resolve all patterns (eg. files, exclude)
|
||||
basePath: ".",
|
||||
// registers plugins but does not activate them
|
||||
plugins: [jasmine, kjhtml, chrome, firefox],
|
||||
|
||||
// frameworks to use
|
||||
// available frameworks: https://npmjs.org/browse/keyword/karma-adapter
|
||||
|
@ -1,7 +1,14 @@
|
||||
const chrome = require('karma-chrome-launcher');
|
||||
const firefox = require('karma-firefox-launcher');
|
||||
const jasmine = require('karma-jasmine');
|
||||
const kjhtml = require('karma-jasmine-html-reporter');
|
||||
|
||||
module.exports = function (config) {
|
||||
config.set({
|
||||
// base path that will be used to resolve all patterns (eg. files, exclude)
|
||||
basePath: ".",
|
||||
// registers plugins but does not activate them
|
||||
plugins: [jasmine, kjhtml, chrome, firefox],
|
||||
|
||||
// frameworks to use
|
||||
// available frameworks: https://npmjs.org/browse/keyword/karma-adapter
|
||||
|
@ -1,7 +1,14 @@
|
||||
const chrome = require('karma-chrome-launcher');
|
||||
const firefox = require('karma-firefox-launcher');
|
||||
const jasmine = require('karma-jasmine');
|
||||
const kjhtml = require('karma-jasmine-html-reporter');
|
||||
|
||||
module.exports = function (config) {
|
||||
config.set({
|
||||
// base path that will be used to resolve all patterns (eg. files, exclude)
|
||||
basePath: ".",
|
||||
// registers plugins but does not activate them
|
||||
plugins: [jasmine, kjhtml, chrome, firefox],
|
||||
|
||||
// frameworks to use
|
||||
// available frameworks: https://npmjs.org/browse/keyword/karma-adapter
|
||||
|
@ -1,7 +1,14 @@
|
||||
const chrome = require('karma-chrome-launcher');
|
||||
const firefox = require('karma-firefox-launcher');
|
||||
const jasmine = require('karma-jasmine');
|
||||
const kjhtml = require('karma-jasmine-html-reporter');
|
||||
|
||||
module.exports = function (config) {
|
||||
config.set({
|
||||
// base path that will be used to resolve all patterns (eg. files, exclude)
|
||||
basePath: ".",
|
||||
// registers plugins but does not activate them
|
||||
plugins: [jasmine, kjhtml, chrome, firefox],
|
||||
|
||||
// frameworks to use
|
||||
// available frameworks: https://npmjs.org/browse/keyword/karma-adapter
|
||||
|
@ -1,7 +1,14 @@
|
||||
const chrome = require('karma-chrome-launcher');
|
||||
const firefox = require('karma-firefox-launcher');
|
||||
const jasmine = require('karma-jasmine');
|
||||
const kjhtml = require('karma-jasmine-html-reporter');
|
||||
|
||||
module.exports = function (config) {
|
||||
config.set({
|
||||
// base path that will be used to resolve all patterns (eg. files, exclude)
|
||||
basePath: ".",
|
||||
// registers plugins but does not activate them
|
||||
plugins: [jasmine, kjhtml, chrome, firefox],
|
||||
|
||||
// frameworks to use
|
||||
// available frameworks: https://npmjs.org/browse/keyword/karma-adapter
|
||||
|
@ -1,7 +1,14 @@
|
||||
const chrome = require('karma-chrome-launcher');
|
||||
const firefox = require('karma-firefox-launcher');
|
||||
const jasmine = require('karma-jasmine');
|
||||
const kjhtml = require('karma-jasmine-html-reporter');
|
||||
|
||||
module.exports = function (config) {
|
||||
config.set({
|
||||
// base path that will be used to resolve all patterns (eg. files, exclude)
|
||||
basePath: ".",
|
||||
// registers plugins but does not activate them
|
||||
plugins: [jasmine, kjhtml, chrome, firefox],
|
||||
|
||||
// frameworks to use
|
||||
// available frameworks: https://npmjs.org/browse/keyword/karma-adapter
|
||||
|
@ -1,7 +1,14 @@
|
||||
const chrome = require('karma-chrome-launcher');
|
||||
const firefox = require('karma-firefox-launcher');
|
||||
const jasmine = require('karma-jasmine');
|
||||
const kjhtml = require('karma-jasmine-html-reporter');
|
||||
|
||||
module.exports = function (config) {
|
||||
config.set({
|
||||
// base path that will be used to resolve all patterns (eg. files, exclude)
|
||||
basePath: ".",
|
||||
// registers plugins but does not activate them
|
||||
plugins: [jasmine, kjhtml, chrome, firefox],
|
||||
|
||||
// frameworks to use
|
||||
// available frameworks: https://npmjs.org/browse/keyword/karma-adapter
|
||||
|
@ -1,7 +1,14 @@
|
||||
const chrome = require('karma-chrome-launcher');
|
||||
const firefox = require('karma-firefox-launcher');
|
||||
const jasmine = require('karma-jasmine');
|
||||
const kjhtml = require('karma-jasmine-html-reporter');
|
||||
|
||||
module.exports = function (config) {
|
||||
config.set({
|
||||
// base path that will be used to resolve all patterns (eg. files, exclude)
|
||||
basePath: ".",
|
||||
// registers plugins but does not activate them
|
||||
plugins: [jasmine, kjhtml, chrome, firefox],
|
||||
|
||||
// frameworks to use
|
||||
// available frameworks: https://npmjs.org/browse/keyword/karma-adapter
|
||||
|
@ -1,7 +1,14 @@
|
||||
const chrome = require('karma-chrome-launcher');
|
||||
const firefox = require('karma-firefox-launcher');
|
||||
const jasmine = require('karma-jasmine');
|
||||
const kjhtml = require('karma-jasmine-html-reporter');
|
||||
|
||||
module.exports = function (config) {
|
||||
config.set({
|
||||
// base path that will be used to resolve all patterns (eg. files, exclude)
|
||||
basePath: ".",
|
||||
// registers plugins but does not activate them
|
||||
plugins: [jasmine, kjhtml, chrome, firefox],
|
||||
|
||||
// frameworks to use
|
||||
// available frameworks: https://npmjs.org/browse/keyword/karma-adapter
|
||||
|
@ -1,7 +1,14 @@
|
||||
const chrome = require('karma-chrome-launcher');
|
||||
const firefox = require('karma-firefox-launcher');
|
||||
const jasmine = require('karma-jasmine');
|
||||
const kjhtml = require('karma-jasmine-html-reporter');
|
||||
|
||||
module.exports = function (config) {
|
||||
config.set({
|
||||
// base path that will be used to resolve all patterns (eg. files, exclude)
|
||||
basePath: ".",
|
||||
// registers plugins but does not activate them
|
||||
plugins: [jasmine, kjhtml, chrome, firefox],
|
||||
|
||||
// frameworks to use
|
||||
// available frameworks: https://npmjs.org/browse/keyword/karma-adapter
|
||||
|
@ -1,7 +1,14 @@
|
||||
const chrome = require('karma-chrome-launcher');
|
||||
const firefox = require('karma-firefox-launcher');
|
||||
const jasmine = require('karma-jasmine');
|
||||
const kjhtml = require('karma-jasmine-html-reporter');
|
||||
|
||||
module.exports = function (config) {
|
||||
config.set({
|
||||
// base path that will be used to resolve all patterns (eg. files, exclude)
|
||||
basePath: ".",
|
||||
// registers plugins but does not activate them
|
||||
plugins: [jasmine, kjhtml, chrome, firefox],
|
||||
|
||||
// frameworks to use
|
||||
// available frameworks: https://npmjs.org/browse/keyword/karma-adapter
|
||||
|
Loading…
x
Reference in New Issue
Block a user