mercredi 30 octobre 2019

What is 'ng' in cypress

describe('View: Phone list', function() {
beforeEach(function() {
  cy.visit('/index.html#!/phones')
  cy.ng('model', '$ctrl.query').as('q')
})

Pleas tell me someone what this 'ng' mean in this code. I tried to find out in Mocha and Cypress docs, but find nothing.

Aucun commentaire:

Enregistrer un commentaire