craigotis / nestjs-sillies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

npm i
npm run test:e2e

You'll see:

  console.log
    Config: {
      nestChosen: 'pizza',
      pastaService: 'pizza',
      pastaConfig: 'pizza',
      pizzaService: 'pizza',
      pizzaConfig: 'pizza'
    }

And if you re-order the AppModule imports, you'll see:

  console.log
    Config: {
      nestChosen: 'pasta',
      pastaService: 'pasta',
      pastaConfig: 'pasta',
      pizzaService: 'pasta',
      pizzaConfig: 'pasta'
    }

About


Languages

Language:TypeScript 82.7%Language:JavaScript 17.3%