Browse Source

Updating test

Noah 7 years ago
parent
commit
c2b14ac85a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      test/server-test.js

+ 1 - 0
test/server-test.js View File

@@ -86,6 +86,7 @@ tape("Font stylesheet", function(test) {
86 86
   request(server)
87 87
     .get("/fonts/fonts.css")
88 88
     .expect(200)
89
+    .expect(/font-face/)
89 90
     .expect("Content-Type", /css/)
90 91
     .end(function(err, res){
91 92
       test.error(err);