Skip to content
Snippets Groups Projects

Refactor enrollments route to include query building

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -2,8 +2,8 @@ stages:
- test
before_script:
- sudo npm install -g
- npm install
- npm install --global gulp-cli
run_tests:
stage: test
Loading