mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-11 14:09: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) {
|
module.exports = function (config) {
|
||||||
config.set({
|
config.set({
|
||||||
// base path that will be used to resolve all patterns (eg. files, exclude)
|
// base path that will be used to resolve all patterns (eg. files, exclude)
|
||||||
basePath: ".",
|
basePath: ".",
|
||||||
|
// registers plugins but does not activate them
|
||||||
|
plugins: [jasmine, kjhtml, chrome, firefox],
|
||||||
|
|
||||||
// frameworks to use
|
// frameworks to use
|
||||||
// available frameworks: https://npmjs.org/browse/keyword/karma-adapter
|
// 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) {
|
module.exports = function (config) {
|
||||||
config.set({
|
config.set({
|
||||||
// base path that will be used to resolve all patterns (eg. files, exclude)
|
// base path that will be used to resolve all patterns (eg. files, exclude)
|
||||||
basePath: ".",
|
basePath: ".",
|
||||||
|
// registers plugins but does not activate them
|
||||||
|
plugins: [jasmine, kjhtml, chrome, firefox],
|
||||||
|
|
||||||
// frameworks to use
|
// frameworks to use
|
||||||
// available frameworks: https://npmjs.org/browse/keyword/karma-adapter
|
// 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) {
|
module.exports = function (config) {
|
||||||
config.set({
|
config.set({
|
||||||
// base path that will be used to resolve all patterns (eg. files, exclude)
|
// base path that will be used to resolve all patterns (eg. files, exclude)
|
||||||
basePath: ".",
|
basePath: ".",
|
||||||
|
// registers plugins but does not activate them
|
||||||
|
plugins: [jasmine, kjhtml, chrome, firefox],
|
||||||
|
|
||||||
// frameworks to use
|
// frameworks to use
|
||||||
// available frameworks: https://npmjs.org/browse/keyword/karma-adapter
|
// 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) {
|
module.exports = function (config) {
|
||||||
config.set({
|
config.set({
|
||||||
// base path that will be used to resolve all patterns (eg. files, exclude)
|
// base path that will be used to resolve all patterns (eg. files, exclude)
|
||||||
basePath: ".",
|
basePath: ".",
|
||||||
|
// registers plugins but does not activate them
|
||||||
|
plugins: [jasmine, kjhtml, chrome, firefox],
|
||||||
|
|
||||||
// frameworks to use
|
// frameworks to use
|
||||||
// available frameworks: https://npmjs.org/browse/keyword/karma-adapter
|
// 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) {
|
module.exports = function (config) {
|
||||||
config.set({
|
config.set({
|
||||||
// base path that will be used to resolve all patterns (eg. files, exclude)
|
// base path that will be used to resolve all patterns (eg. files, exclude)
|
||||||
basePath: ".",
|
basePath: ".",
|
||||||
|
// registers plugins but does not activate them
|
||||||
|
plugins: [jasmine, kjhtml, chrome, firefox],
|
||||||
|
|
||||||
// frameworks to use
|
// frameworks to use
|
||||||
// available frameworks: https://npmjs.org/browse/keyword/karma-adapter
|
// 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) {
|
module.exports = function (config) {
|
||||||
config.set({
|
config.set({
|
||||||
// base path that will be used to resolve all patterns (eg. files, exclude)
|
// base path that will be used to resolve all patterns (eg. files, exclude)
|
||||||
basePath: ".",
|
basePath: ".",
|
||||||
|
// registers plugins but does not activate them
|
||||||
|
plugins: [jasmine, kjhtml, chrome, firefox],
|
||||||
|
|
||||||
// frameworks to use
|
// frameworks to use
|
||||||
// available frameworks: https://npmjs.org/browse/keyword/karma-adapter
|
// 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) {
|
module.exports = function (config) {
|
||||||
config.set({
|
config.set({
|
||||||
// base path that will be used to resolve all patterns (eg. files, exclude)
|
// base path that will be used to resolve all patterns (eg. files, exclude)
|
||||||
basePath: ".",
|
basePath: ".",
|
||||||
|
// registers plugins but does not activate them
|
||||||
|
plugins: [jasmine, kjhtml, chrome, firefox],
|
||||||
|
|
||||||
// frameworks to use
|
// frameworks to use
|
||||||
// available frameworks: https://npmjs.org/browse/keyword/karma-adapter
|
// 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) {
|
module.exports = function (config) {
|
||||||
config.set({
|
config.set({
|
||||||
// base path that will be used to resolve all patterns (eg. files, exclude)
|
// base path that will be used to resolve all patterns (eg. files, exclude)
|
||||||
basePath: ".",
|
basePath: ".",
|
||||||
|
// registers plugins but does not activate them
|
||||||
|
plugins: [jasmine, kjhtml, chrome, firefox],
|
||||||
|
|
||||||
// frameworks to use
|
// frameworks to use
|
||||||
// available frameworks: https://npmjs.org/browse/keyword/karma-adapter
|
// 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) {
|
module.exports = function (config) {
|
||||||
config.set({
|
config.set({
|
||||||
// base path that will be used to resolve all patterns (eg. files, exclude)
|
// base path that will be used to resolve all patterns (eg. files, exclude)
|
||||||
basePath: ".",
|
basePath: ".",
|
||||||
|
// registers plugins but does not activate them
|
||||||
|
plugins: [jasmine, kjhtml, chrome, firefox],
|
||||||
|
|
||||||
// frameworks to use
|
// frameworks to use
|
||||||
// available frameworks: https://npmjs.org/browse/keyword/karma-adapter
|
// 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) {
|
module.exports = function (config) {
|
||||||
config.set({
|
config.set({
|
||||||
// base path that will be used to resolve all patterns (eg. files, exclude)
|
// base path that will be used to resolve all patterns (eg. files, exclude)
|
||||||
basePath: ".",
|
basePath: ".",
|
||||||
|
// registers plugins but does not activate them
|
||||||
|
plugins: [jasmine, kjhtml, chrome, firefox],
|
||||||
|
|
||||||
// frameworks to use
|
// frameworks to use
|
||||||
// available frameworks: https://npmjs.org/browse/keyword/karma-adapter
|
// 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) {
|
module.exports = function (config) {
|
||||||
config.set({
|
config.set({
|
||||||
// base path that will be used to resolve all patterns (eg. files, exclude)
|
// base path that will be used to resolve all patterns (eg. files, exclude)
|
||||||
basePath: ".",
|
basePath: ".",
|
||||||
|
// registers plugins but does not activate them
|
||||||
|
plugins: [jasmine, kjhtml, chrome, firefox],
|
||||||
|
|
||||||
// frameworks to use
|
// frameworks to use
|
||||||
// available frameworks: https://npmjs.org/browse/keyword/karma-adapter
|
// 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) {
|
module.exports = function (config) {
|
||||||
config.set({
|
config.set({
|
||||||
// base path that will be used to resolve all patterns (eg. files, exclude)
|
// base path that will be used to resolve all patterns (eg. files, exclude)
|
||||||
basePath: ".",
|
basePath: ".",
|
||||||
|
// registers plugins but does not activate them
|
||||||
|
plugins: [jasmine, kjhtml, chrome, firefox],
|
||||||
|
|
||||||
// frameworks to use
|
// frameworks to use
|
||||||
// available frameworks: https://npmjs.org/browse/keyword/karma-adapter
|
// 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) {
|
module.exports = function (config) {
|
||||||
config.set({
|
config.set({
|
||||||
// base path that will be used to resolve all patterns (eg. files, exclude)
|
// base path that will be used to resolve all patterns (eg. files, exclude)
|
||||||
basePath: ".",
|
basePath: ".",
|
||||||
|
// registers plugins but does not activate them
|
||||||
|
plugins: [jasmine, kjhtml, chrome, firefox],
|
||||||
|
|
||||||
// frameworks to use
|
// frameworks to use
|
||||||
// available frameworks: https://npmjs.org/browse/keyword/karma-adapter
|
// 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) {
|
module.exports = function (config) {
|
||||||
config.set({
|
config.set({
|
||||||
// base path that will be used to resolve all patterns (eg. files, exclude)
|
// base path that will be used to resolve all patterns (eg. files, exclude)
|
||||||
basePath: ".",
|
basePath: ".",
|
||||||
|
// registers plugins but does not activate them
|
||||||
|
plugins: [jasmine, kjhtml, chrome, firefox],
|
||||||
|
|
||||||
// frameworks to use
|
// frameworks to use
|
||||||
// available frameworks: https://npmjs.org/browse/keyword/karma-adapter
|
// 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) {
|
module.exports = function (config) {
|
||||||
config.set({
|
config.set({
|
||||||
// base path that will be used to resolve all patterns (eg. files, exclude)
|
// base path that will be used to resolve all patterns (eg. files, exclude)
|
||||||
basePath: ".",
|
basePath: ".",
|
||||||
|
// registers plugins but does not activate them
|
||||||
|
plugins: [jasmine, kjhtml, chrome, firefox],
|
||||||
|
|
||||||
// frameworks to use
|
// frameworks to use
|
||||||
// available frameworks: https://npmjs.org/browse/keyword/karma-adapter
|
// available frameworks: https://npmjs.org/browse/keyword/karma-adapter
|
||||||
|
Loading…
x
Reference in New Issue
Block a user