aboutsummaryrefslogtreecommitdiffstats
path: root/test/webcals/templates/propfind_test.js
blob: 6d2399e7bfae8026dd84a01b7223d32d80c86792 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
requireLib('templates/propfind');

suite('templates/propfind', function() {

  var Propfind;

  suiteSetup(function() {
    Propfind = Webcals.require('templates/propfind');
  });

});