Skip to content
Snippets Groups Projects
fixture.js 728 B
Newer Older
  • Learn to ignore specific revisions
  • export const TEST_USER = 'test-user'
    export const TEST_PASSWORD = 'test-password'
    export const TEST_SESSION_TOKEN = 'test-session-token'
    
    
      userId: 'test-user',
      firstName: 'test-first-name',
      lastName: 'test-last-name'
    }
    
    
      userId: 'another-user',
      firstName: 'another-first-name',
      lastName: 'another-last-name'
    }
    
    
      code: 'all-users-group',
    
      code: 'test-group',
    
      code: 'another-group',