fix busted tests
This commit is contained in:
parent
19181dccbc
commit
6c0758c6aa
|
@ -1,9 +1,9 @@
|
|||
define(["IDBFS"], function(IDBFS) {
|
||||
define(["Filer"], function(Filer) {
|
||||
|
||||
describe('fs.xattr', function() {
|
||||
beforeEach(function() {
|
||||
this.db_name = mk_db_name();
|
||||
this.fs = new IDBFS.FileSystem({
|
||||
this.fs = new Filer.FileSystem({
|
||||
name: this.db_name,
|
||||
flags: 'FORMAT'
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue