ioBroker / create-adapter

Command line utility to create customized ioBroker adapters
MIT License
50 stars 23 forks source link

Baseline tests are failing because licenseInformation is missing in io-package.json #1090

Closed theknut closed 8 months ago

theknut commented 9 months ago

34 baseline tests are failing because licenseInformation is missing in io-package.json (https://github.com/ioBroker/ioBroker.js-controller/commit/16ca1dc7b321e58670073d44317b9230c06a400d)

1) adapter creation =>
       generate baselines =>
         full adapter dir =>
           Adapter (w/ custom and tab), TypeScript, ESLint, Tabs, Double quotes, MIT License:
     Error: io-package.json had errors:
requires property "licenseInformation"
      at generateBaselines (test\create-adapter.test.ts:2:1717)
      at processTicksAndRejections (node:internal/process/task_queues:95:5)
      at expectSuccess (test\create-adapter.test.ts:3:1084)
      at Context.<anonymous> (test\create-adapter.test.ts:3:3535)